Interface IReportElementInstance
- All Known Subinterfaces:
IAbstractTextInstance
,IAutoTextInstance
,ICellInstance
,IDataItemInstance
,IDynamicTextInstance
,IGridInstance
,IImageInstance
,ILabelInstance
,IListInstance
,IReportItemInstance
,IRowInstance
,ITableInstance
,ITextItemInstance
public interface IReportElementInstance
-
Method Summary
Modifier and TypeMethodDescriptionGet the height of the elementGet the horizontal positionGet the value of a named expressionGet the parent (container) of this elementGet the row data used to create the instance.getStyle()
Get the style of this elementgetUserPropertyValue
(String name) Get the value of a user propertyGet the vertical positiongetWidth()
Get the width of the elementvoid
Set the height of the elementvoid
setHorizontalPosition
(String position) Set the horizontal positionvoid
setUserPropertyValue
(String name, Object value) Set the value of a user propertyvoid
setVerticalPosition
(String position) Set the vertical positionvoid
Set the width of the element
-
Method Details
-
getStyle
IScriptStyle getStyle()Get the style of this element -
getHorizontalPosition
String getHorizontalPosition()Get the horizontal position -
setHorizontalPosition
Set the horizontal position -
getVerticalPosition
String getVerticalPosition()Get the vertical position -
setVerticalPosition
Set the vertical position -
getWidth
String getWidth()Get the width of the element -
setWidth
Set the width of the element -
getHeight
String getHeight()Get the height of the element -
setHeight
Set the height of the element -
getNamedExpressionValue
Get the value of a named expression -
getUserPropertyValue
Get the value of a user property -
setUserPropertyValue
Set the value of a user property- Throws:
ScriptException
-
getParent
Get the parent (container) of this element- Throws:
ScriptException
org.eclipse.birt.core.exception.BirtException
-
getRowData
Get the row data used to create the instance. The row data is defined by the column binding.- Throws:
ScriptException
org.eclipse.birt.core.exception.BirtException
-