public interface TextListStyleAttr extends ODFAttribute
The style:display-name attribute specifies the name of the list style as it should appear in the user interface. In contrast to the style name itself, this name may contain arbitrary characters. If this attribute is not present, the display name equals the style name.
The text:consecutive-numbering attribute specifies whether or not the list style uses consecutive numbering for all list levels or whether each list level restarts the numbering.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyleDisplayName()
Return a style:display-name.
|
java.lang.String |
getStyleName()
Return a style:name.
|
java.lang.String |
getTextConsecutiveNumbering()
Return a text:consecutive-numbering.
|
void |
setStyleDisplayName(java.lang.String styleDisplayName)
Set a style:display-name.
|
void |
setStyleName(java.lang.String styleName)
Set a style:name.
|
void |
setTextConsecutiveNumbering(java.lang.String textConsecutiveNumbering)
Set a text:consecutive-numbering.
|
java.lang.String getStyleName()
void setStyleName(java.lang.String styleName)
styleName
- the style:name to setjava.lang.String getStyleDisplayName()
void setStyleDisplayName(java.lang.String styleDisplayName)
styleDisplayName
- the style:display-name to setjava.lang.String getTextConsecutiveNumbering()
void setTextConsecutiveNumbering(java.lang.String textConsecutiveNumbering)
textConsecutiveNumbering
- the text:consecutive-numbering to setCopyright © 2010 - No Magic Asia