Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

(BIRT) Java Constants

Revision as of 13:55, 27 October 2008 by Unnamed Poltroon (Talk) (IRenderOption)

DEAPI

REAPI

IRenderOption

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

Back to the top