|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getHeight()
Get the height of the element |
java.lang.String |
getHorizontalPosition()
Get the horizontal position |
java.lang.Object |
getNamedExpressionValue(java.lang.String name)
Get the value of a named expression |
IReportElementInstance |
getParent()
Get the parent (container) of this element |
IRowData |
getRowData()
Get the row data used to create the instance. |
IScriptStyle |
getStyle()
Get the style of this element |
java.lang.Object |
getUserPropertyValue(java.lang.String name)
Get the value of a user property |
java.lang.String |
getVerticalPosition()
Get the vertical position |
java.lang.String |
getWidth()
Get the width of the element |
void |
setHeight(java.lang.String height)
Set the height of the element |
void |
setHorizontalPosition(java.lang.String position)
Set the horizontal position |
void |
setUserPropertyValue(java.lang.String name,
java.lang.Object value)
Set the value of a user property |
void |
setVerticalPosition(java.lang.String position)
Set the vertical position |
void |
setWidth(java.lang.String width)
Set the width of the element |
Method Detail |
public IScriptStyle getStyle()
public java.lang.String getHorizontalPosition()
public void setHorizontalPosition(java.lang.String position)
public java.lang.String getVerticalPosition()
public void setVerticalPosition(java.lang.String position)
public java.lang.String getWidth()
public void setWidth(java.lang.String width)
public java.lang.String getHeight()
public void setHeight(java.lang.String height)
public java.lang.Object getNamedExpressionValue(java.lang.String name)
public java.lang.Object getUserPropertyValue(java.lang.String name)
public void setUserPropertyValue(java.lang.String name, java.lang.Object value) throws ScriptException
ScriptException
public IReportElementInstance getParent()
public IRowData getRowData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |