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

All Superinterfaces:
IReportElementInstance

public interface IAutoTextInstance
extends IReportElementInstance


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.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.