Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
Modifier and Type | Method and Description |
---|---|
DimensionHandle |
CellHandle.getAntidiagonalThickness()
Gets a dimension handle to deal with the anti-diagonal thickness.
|
DimensionHandle |
StyleHandle.getBackGroundPositionX()
Gets a dimension handle to deal with the x position for the background.
|
DimensionHandle |
StyleHandle.getBackGroundPositionY()
Gets a dimension handle to deal with the y position for the background.
|
DimensionHandle |
StyleHandle.getBackgroundSizeHeight()
Gets a dimension handle to deal with the size height for the background.
|
DimensionHandle |
StyleHandle.getBackgroundSizeWidth()
Gets a dimension handle to deal with the size width for the background.
|
DimensionHandle |
TOCHandle.getBorderBottomWidth()
Gets border-bottom-width property.
|
DimensionHandle |
StyleHandle.getBorderBottomWidth()
Gets a dimension handle to deal with the width of the bottom side of the
border.
|
DimensionHandle |
HighlightRuleHandle.getBorderBottomWidth()
Returns a handle to work with the width of the bottom side of the border.
|
DimensionHandle |
TOCHandle.getBorderLeftWidth()
Gets border-left-width property.
|
DimensionHandle |
StyleHandle.getBorderLeftWidth()
Gets a dimension handle to deal with the width of the left side of the
border.
|
DimensionHandle |
HighlightRuleHandle.getBorderLeftWidth()
Returns a handle to work with the width of the left side of the border.
|
DimensionHandle |
TOCHandle.getBorderRightWidth()
Gets border-right-width property.
|
DimensionHandle |
StyleHandle.getBorderRightWidth()
Gets a dimension handle to deal with the width of the right side of the
border.
|
DimensionHandle |
HighlightRuleHandle.getBorderRightWidth()
Returns a handle to work with the width of the right side of the border.
|
DimensionHandle |
TOCHandle.getBorderTopWidth()
Gets border-top-width property.
|
DimensionHandle |
StyleHandle.getBorderTopWidth()
Gets a dimension handle to deal with the width of the top side of the
border.
|
DimensionHandle |
HighlightRuleHandle.getBorderTopWidth()
Returns a handle to work with the width of the top side of the border.
|
DimensionHandle |
MasterPageHandle.getBottomMargin()
Gets a dimension handle to work with the margin on the bottom side.
|
DimensionHandle |
MasterPageHandle.getColumnSpacing()
Returns a handle to work with the the space between columns.
|
DimensionHandle |
CellHandle.getDiagonalThickness()
Gets a dimension handle to deal with the diagonal thickness.
|
DimensionHandle |
DesignElementHandle.getDimensionProperty(java.lang.String propName)
Returns a handle to work with a Dimension property.
|
DimensionHandle |
TOCHandle.getFontSize()
Gets font size property.
|
DimensionHandle |
StyleHandle.getFontSize()
Gets a dimension handle to deal with the font size.
|
DimensionHandle |
HighlightRuleHandle.getFontSize()
Returns a handle to work with the font size.
|
DimensionHandle |
SimpleMasterPageHandle.getFooterHeight()
Gets a dimension handle to work with the height on page footer.
|
DimensionHandle |
SimpleMasterPageHandle.getHeaderHeight()
Gets a dimension handle to work with the height on page header.
|
DimensionHandle |
RowHandle.getHeight()
Gets a handle to deal with the row's height.
|
DimensionHandle |
ReportItemHandleImpl.getHeight()
Gets a handle to deal with the item's height.
|
DimensionHandle |
MasterPageHandle.getHeight()
Gets a dimension handle to work with the height of the page.
|
DimensionHandle |
CellHandle.getHeight()
Returns the cell's height.
|
DimensionHandle |
MasterPageHandle.getLeftMargin()
Gets a dimension handle to work with the margin on the left side.
|
DimensionHandle |
StyleHandle.getLetterSpacing()
Gets a dimension handle to deal with the spacing between individual
letters.
|
DimensionHandle |
StyleHandle.getLineHeight()
Gets a dimension handle to deal with the height of a line.
|
DimensionHandle |
HighlightRuleHandle.getLineHeight()
Returns a handle to work with the height of the line.
|
DimensionHandle |
StyleHandle.getMarginBottom()
Gets a handle to deal with the margin of the bottom side.
|
DimensionHandle |
StyleHandle.getMarginLeft()
Gets a handle to deal with the margin of the left side.
|
DimensionHandle |
StyleHandle.getMarginRight()
Gets a handle to deal with the margin of the right side.
|
DimensionHandle |
StyleHandle.getMarginTop()
Gets a handle to deal with the margin of the top side.
|
DimensionHandle |
StyleHandle.getPaddingBottom()
Gets a dimension handle to deal with the padding of the bottom side.
|
DimensionHandle |
StyleHandle.getPaddingLeft()
Gets a dimension handle to deal with the padding of the left side.
|
DimensionHandle |
StyleHandle.getPaddingRight()
Gets a dimension handle to deal with the padding of the right side.
|
DimensionHandle |
StyleHandle.getPaddingTop()
Gets a dimension handle to deal with the padding of the top side.
|
DimensionHandle |
MasterPageHandle.getRightMargin()
Gets a dimension handle to work with the margin on the right side.
|
DimensionHandle |
TOCHandle.getTextIndent()
Gets text indent property.
|
DimensionHandle |
StyleHandle.getTextIndent()
Gets a dimension handle to deal with the text indent.
|
DimensionHandle |
HighlightRuleHandle.getTextIndent()
Gets a handle to deal with the value of the text-indent property.
|
DimensionHandle |
MasterPageHandle.getTopMargin()
Gets a dimension handle to work with the margin on the top side.
|
DimensionHandle |
ReportItemHandleImpl.getWidth()
Gets a handle to deal with the item's width.
|
DimensionHandle |
MasterPageHandle.getWidth()
Gets a dimension handle to work with the width of the page.
|
DimensionHandle |
ColumnHandle.getWidth()
Gets the column width as a dimension handle.
|
DimensionHandle |
CellHandle.getWidth()
Returns the cell's width.
|
DimensionHandle |
StyleHandle.getWordSpacing()
Gets a dimension handle to deal with the spacing between two words.
|
DimensionHandle |
ReportItemHandleImpl.getX()
Gets a handle to deal with the item's x (horizontal) position.
|
DimensionHandle |
ReportItemHandleImpl.getY()
Gets a handle to deal with the item's y (vertical) position.
|
Copyright © 2008 Actuate Corp. All rights reserved.