Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "(BIRT) Java Constants"

(IRenderOption)
(DEAPI)
Line 1: Line 1:
 
= DEAPI =
 
= DEAPI =
 +
=== [[DesignChoiceConstants (BIRT)]] ===
  
 
=REAPI=
 
=REAPI=

Revision as of 14:13, 27 October 2008

DEAPI

DesignChoiceConstants (BIRT)

REAPI

IRenderOption

IRenderOption option = new IRenderOption();
option.setOutputFormat(IRenderOption.OUTPUT_FORMAT_HTML);

Back to the top