public interface ICell extends IDesignElement
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAntidiagonalNumber()
Gets the number of the anti-diagonal lines that are from the top-right to
bottom-left.
|
java.lang.String |
getAntidiagonalStyle()
Returns the style of the anti-diagonal lines that are from the top-right
to bottom-left.
|
java.lang.String |
getAntidiagonalThickness()
Gets the thickness of the anti-diagonal line that is from top-right to
bottom-left corner.
|
int |
getColumn()
Returns the cell's column property.
|
int |
getColumnSpan()
Returns the cell's column span.
|
int |
getDiagonalNumber()
Gets the number of the diagonal lines that are from top-left to
bottom-right corner.
|
java.lang.String |
getDiagonalStyle()
Returns the style of the diagonal line that is from top-left to
bottom-right corner.
|
java.lang.String |
getDiagonalThickness()
Gets the thickness of the diagonal line that is from top-left to
bottom-right corner.
|
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 |
setAntidiagonalNumber(int antidiagonalNumber)
Sets the number of the anti-diagonal lines that are from the top-right to
bottom-left.
|
void |
setAntidiagonalStyle(java.lang.String antidiagonalStyle)
Sets the style of the anti-diagonal lines that are from the top-right to
bottom-left.
|
void |
setAntidiagonalThickness(java.lang.String thickness)
Sets the the thickness of the anti-diagonal that is from top-right to
bottom-left corner using a dimension string with optional unit suffix
such as "10" or "10pt".
|
void |
setColumn(int column)
Sets the cell's column property.
|
void |
setDiagonalNumber(int diagonalNumber)
Sets the number of the diagonal lines that are from top-left to
bottom-right corner.
|
void |
setDiagonalStyle(java.lang.String lineStyle)
Sets the style of the diagonal line that is from top-left to bottom-right
corner.
|
void |
setDiagonalThickness(java.lang.String thickness)
Sets the the thickness of the diagonal that is from top-left to
bottom-right corner using a dimension string with optional unit suffix
such as "10" or "10pt".
|
void |
setDrop(java.lang.String drop)
Sets the cell's drop property.
|
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, getUserPropertyExpression, setNamedExpression, setUserProperty, setUserPropertyint getColumnSpan()
int getRowSpan()
java.lang.String getDrop()
setDrop(String)void setDrop(java.lang.String drop)
throws ScriptException
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 propertyScriptException - if the property is locked or the input value is not one of
the above.getDrop()int getColumn()
void setColumn(int column)
throws ScriptException
column - the column index, starting from 1.ScriptException - if this property is locked.java.lang.String getHeight()
java.lang.String getWidth()
void setDiagonalNumber(int diagonalNumber)
throws ScriptException
diagonalNumber - the diagonal number.ScriptExceptionint getDiagonalNumber()
void setDiagonalStyle(java.lang.String lineStyle)
throws ScriptException
DesignChoiceConstants:
LINE_STYLE_NONE LINE_STYLE_SOLID LINE_STYLE_DOTTED LINE_STYLE_DASHED LINE_STYLE_DOUBLE LINE_STYLE_GROOVE LINE_STYLE_RIDGE LINE_STYLE_INSET LINE_STYLE_OUTSET
lineStyle - the line style.ScriptException - if the input value is not one of the above.java.lang.String getDiagonalStyle()
DesignChoiceConstants:
LINE_STYLE_NONE LINE_STYLE_SOLID LINE_STYLE_DOTTED LINE_STYLE_DASHED LINE_STYLE_DOUBLE LINE_STYLE_GROOVE LINE_STYLE_RIDGE LINE_STYLE_INSET LINE_STYLE_OUTSET
void setAntidiagonalNumber(int antidiagonalNumber)
throws ScriptException
antidiagonalNumber - the anti-diagonal numberScriptExceptionint getAntidiagonalNumber()
java.lang.String getAntidiagonalStyle()
DesignChoiceConstants:
LINE_STYLE_NONE LINE_STYLE_SOLID LINE_STYLE_DOTTED LINE_STYLE_DASHED LINE_STYLE_DOUBLE LINE_STYLE_GROOVE LINE_STYLE_RIDGE LINE_STYLE_INSET LINE_STYLE_OUTSET
void setAntidiagonalStyle(java.lang.String antidiagonalStyle)
throws ScriptException
DesignChoiceConstants:
LINE_STYLE_NONE LINE_STYLE_SOLID LINE_STYLE_DOTTED LINE_STYLE_DASHED LINE_STYLE_DOUBLE LINE_STYLE_GROOVE LINE_STYLE_RIDGE LINE_STYLE_INSET LINE_STYLE_OUTSET
antidiagonalStyle - the new line style.ScriptException - if the input value is not one of the above.java.lang.String getDiagonalThickness()
DesignChoiceConstatns:
LINE_WIDTH_THIN LINE_WIDTH_MEDIUM LINE_WIDTH_THICK
void setDiagonalThickness(java.lang.String thickness)
throws ScriptException
DesignChoiceConstatns:
LINE_WIDTH_THIN LINE_WIDTH_MEDIUM LINE_WIDTH_THICK
thickness - the diagonal thickness with optional unit suffix.ScriptExceptionjava.lang.String getAntidiagonalThickness()
DesignChoiceConstatns:
LINE_WIDTH_THIN LINE_WIDTH_MEDIUM LINE_WIDTH_THICK
void setAntidiagonalThickness(java.lang.String thickness)
throws ScriptException
DesignChoiceConstatns:
LINE_WIDTH_THIN LINE_WIDTH_MEDIUM LINE_WIDTH_THICK
thickness - the anti-diagonal thickness with optional unit suffix.ScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.