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"

(ITableColumnModel (BIRT))
Line 12: Line 12:
 
=== [[ITableColumnModel (BIRT)]] ===
 
=== [[ITableColumnModel (BIRT)]] ===
 
Properties that are unique to the Table elements.
 
Properties that are unique to the Table elements.
 +
 +
=== [[ISimpleMasterPageModel (BIRT)]] ===
 +
Properties that are used when working with the Page Element.
  
 
=REAPI=
 
=REAPI=

Revision as of 15:08, 27 October 2008

< To: Examples (BIRT)

DEAPI

DesignChoiceConstants (BIRT)

One of the most powerful DEAPI constants. There are 82 choices covering everything from FONT style to left to right (BIDI) orientation.

IStyleModel (BIRT)

Style Model contains the property names used when applying styles to cells and controls. This list is somewhat redundant with the DesignChoiceConstants values.

ICellModel (BIRT)

Properties that are specific to a cell and its descendants.

ITableColumnModel (BIRT)

Properties that are unique to the Table elements.

ISimpleMasterPageModel (BIRT)

Properties that are used when working with the Page Element.

REAPI

IRenderOption

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

Back to the top