Interface IAbstractTextInstance
-
- All Superinterfaces:
IReportElementInstance
,IReportItemInstance
- All Known Subinterfaces:
IDynamicTextInstance
,ITextItemInstance
public interface IAbstractTextInstance extends IReportItemInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getText()
Get the valuevoid
setText(java.lang.String value)
Set the value-
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportElementInstance
getHeight, getHorizontalPosition, getNamedExpressionValue, getParent, getRowData, getStyle, getUserPropertyValue, getVerticalPosition, getWidth, setHeight, setHorizontalPosition, setUserPropertyValue, setVerticalPosition, setWidth
-
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportItemInstance
getHelpText, getHyperlink, getName, setHelpText, setName
-
-