public interface StyleMapAttrlist extends ODFAttribute
The style:apply-style-name attribute specifies the style to apply when the condition specified by the style:condition attribute is true. If the referenced style is undefined or is an automatic style, an error occurs.
For table cell styles, the style:base-cell-address attribute specifies the base cell for relative addresses in formulas. This attribute only applies to cell styles where the condition contains a formula. The value of this attribute must be an absolute cell address with a table name.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyleApplyStyleName()
Return a style:apply-style-name.
|
java.lang.String |
getStyleBaseCellAddress()
Return a style:base-cell-address.
|
java.lang.String |
getStyleCondition()
Return a style:condition.
|
void |
setStyleApplyStyleName(java.lang.String styleApplyStyleName)
Set a style:apply-style-name.
|
void |
setStyleBaseCellAddress(java.lang.String styleBaseCellAddress)
Set a style:base-cell-address.
|
void |
setStyleCondition(java.lang.String styleCondition)
Set a style:condition.
|
java.lang.String getStyleCondition()
void setStyleCondition(java.lang.String styleCondition)
styleCondition
- the style:condition to setjava.lang.String getStyleApplyStyleName()
void setStyleApplyStyleName(java.lang.String styleApplyStyleName)
styleApplyStyleName
- the style:apply-style-name to setjava.lang.String getStyleBaseCellAddress()
void setStyleBaseCellAddress(java.lang.String styleBaseCellAddress)
styleBaseCellAddress
- the style:base-cell-address to setCopyright © 2010 - No Magic Asia