public interface IReportElementInstance
Modifier and Type | Method and Description |
---|---|
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
|
IScriptStyle getStyle()
java.lang.String getHorizontalPosition()
void setHorizontalPosition(java.lang.String position)
java.lang.String getVerticalPosition()
void setVerticalPosition(java.lang.String position)
java.lang.String getWidth()
void setWidth(java.lang.String width)
java.lang.String getHeight()
void setHeight(java.lang.String height)
java.lang.Object getNamedExpressionValue(java.lang.String name)
java.lang.Object getUserPropertyValue(java.lang.String name)
void setUserPropertyValue(java.lang.String name, java.lang.Object value) throws ScriptException
ScriptException
IReportElementInstance getParent() throws ScriptException
ScriptException
BirtException
IRowData getRowData() throws ScriptException
ScriptException
BirtException
Copyright © 2014 OpenText Corp. All rights reserved.