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

All Superinterfaces:
IReportElementInstance, IReportItemInstance
All Known Subinterfaces:
IDynamicTextInstance, ITextItemInstance

public interface IAbstractTextInstance
extends IReportItemInstance


Method Summary
 java.lang.String getText()
          Get the value
 void setText(java.lang.String value)
          Set the value
 
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportItemInstance
getHelpText, getHyperlink, getName, setHelpText, setName
 
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
 

Method Detail

getText

java.lang.String getText()
Get the value


setText

void setText(java.lang.String value)
Set the value



Copyright © 2008 Actuate Corp. All rights reserved.