Interface IRowInstance
-
- All Superinterfaces:
IReportElementInstance
public interface IRowInstance extends IReportElementInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBookmarkValue()
Get the value of bookmarkjava.lang.String
getHeight()
Get the height of the rowIScriptStyle
getStyle()
Get the style of the rowvoid
setBookmark(java.lang.String bookmark)
Set the bookmarkvoid
setHeight(java.lang.String height)
Set the height of the row-
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportElementInstance
getHorizontalPosition, getNamedExpressionValue, getParent, getRowData, getUserPropertyValue, getVerticalPosition, getWidth, setHorizontalPosition, setUserPropertyValue, setVerticalPosition, setWidth
-
-
-
-
Method Detail
-
getStyle
IScriptStyle getStyle()
Get the style of the row- Specified by:
getStyle
in interfaceIReportElementInstance
- Returns:
- style of the row
-
getBookmarkValue
java.lang.String getBookmarkValue()
Get the value of bookmark- Returns:
- value of bookmark
-
setBookmark
void setBookmark(java.lang.String bookmark)
Set the bookmark- Parameters:
bookmark
-
-
getHeight
java.lang.String getHeight()
Get the height of the row- Specified by:
getHeight
in interfaceIReportElementInstance
- Returns:
- the height of the row
-
setHeight
void setHeight(java.lang.String height)
Set the height of the row- Specified by:
setHeight
in interfaceIReportElementInstance
- Parameters:
height
-
-
-