|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a the design of a Cell in the scripting environment
Method Summary | |
int |
getColumn()
Returns the cell's column property. |
int |
getColumnSpan()
Returns the cell's column span. |
java.lang.String |
getDrop()
Returns the cell's drop property. |
java.lang.String |
getHeight()
Returns the cell's height. |
int |
getRowSpan()
Returns the cell's row span. |
java.lang.String |
getWidth()
Returns the cell's width. |
void |
setColumn(int column)
Sets the cell's column property. |
void |
setDrop(java.lang.String drop)
Sets the cell's drop property. |
Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement |
getNamedExpression, getParent, getQualifiedName, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
Method Detail |
public int getColumnSpan()
public int getRowSpan()
public java.lang.String getDrop()
setDrop(String)
public void setDrop(java.lang.String drop) throws SemanticException
DesignChoiceConstants
and can be one of:
Note that This property is valid only for cells within a table; but not for cells within a grid.
drop
- the string value of the drop property
SemanticException
- if the property is locked or the input value is not one of
the above.getDrop()
public int getColumn()
public void setColumn(int column) throws SemanticException
column
- the column index, starting from 1.
SemanticException
- if this property is locked.public java.lang.String getHeight()
public java.lang.String getWidth()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |