org.eclipse.birt.report.engine.api.script.instance
Interface IRowInstance

All Superinterfaces:
IReportElementInstance

public interface IRowInstance
extends IReportElementInstance


Method Summary
 java.lang.String getBookmarkValue()
           
 java.lang.String getHeight()
          Get the height of the element
 IRowData getRowData()
          Get the evaluated expressions for this row
 IScriptStyle getStyle()
          Get the style of this element
 void setBookmark(java.lang.String bookmark)
           
 void setHeight(java.lang.String height)
          Set the height of the element
 
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportElementInstance
getHorizontalPosition, getNamedExpressionValue, getParent, getUserPropertyValue, getVerticalPosition, getWidth, setHorizontalPosition, setUserPropertyValue, setVerticalPosition, setWidth
 

Method Detail

getStyle

public IScriptStyle getStyle()
Description copied from interface: IReportElementInstance
Get the style of this element

Specified by:
getStyle in interface IReportElementInstance

getBookmarkValue

public java.lang.String getBookmarkValue()
Returns:
the Bookmark value

setBookmark

public void setBookmark(java.lang.String bookmark)
Returns:
the Bookmark value

getHeight

public java.lang.String getHeight()
Description copied from interface: IReportElementInstance
Get the height of the element

Specified by:
getHeight in interface IReportElementInstance
Returns:
Returns the height.

setHeight

public void setHeight(java.lang.String height)
Description copied from interface: IReportElementInstance
Set the height of the element

Specified by:
setHeight in interface IReportElementInstance
Returns:
Returns the height.

getRowData

public IRowData getRowData()
Get the evaluated expressions for this row



Copyright © 2005 Actuate Corp. All rights reserved.