org.jopendocument.model.text
Class TextListStyle

java.lang.Object
  extended by org.jopendocument.model.style.StyleStyle
      extended by org.jopendocument.model.text.TextListStyle

public class TextListStyle
extends StyleStyle


Constructor Summary
TextListStyle()
           
 
Method Summary
 void addListLevelStyleBullet(TextListLevelStyleBullet tls)
           
 void addListLevelStyleNumber(TextListLevelStyleNumber tls)
           
 java.lang.String getTextConsecutiveNumbering()
          Gets the value of the textConsecutiveNumbering property.
 void setTextConsecutiveNumbering(java.lang.String value)
          Sets the value of the textConsecutiveNumbering property.
 java.lang.String toString()
           
 
Methods inherited from class org.jopendocument.model.style.StyleStyle
getMasterPageName, getOfficeEvents, getParagraphProperties, getStyleAutoUpdate, getStyleClass, getStyleDataStyleName, getStyleFamily, getStyleGraphicProperties, getStyleListStyleName, getStyleMap, getStyleName, getStyleNextStyleName, getStyleParentStyleName, getStyleProperties, getStyleSectionProperties, getStyleTableCellProperties, getStyleTableColumnProperties, getStyleTableRowProperties, getStyleTextProperties, getTableProperties, getWidth, setGraphicProperties, setMasterPageName, setOfficeEvents, setParagraphProperties, setSectionProperties, setStyleAutoUpdate, setStyleClass, setStyleDataStyleName, setStyleFamily, setStyleListStyleName, setStyleName, setStyleNextStyleName, setStyleParentStyleName, setStyleProperties, setTableCellProperties, setTableColumnProperties, setTableProperties, setTableRowProperties, setTextProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextListStyle

public TextListStyle()
Method Detail

getTextConsecutiveNumbering

public java.lang.String getTextConsecutiveNumbering()
Gets the value of the textConsecutiveNumbering property.

Returns:
possible object is String

setTextConsecutiveNumbering

public void setTextConsecutiveNumbering(java.lang.String value)
Sets the value of the textConsecutiveNumbering property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class StyleStyle

addListLevelStyleBullet

public void addListLevelStyleBullet(TextListLevelStyleBullet tls)

addListLevelStyleNumber

public void addListLevelStyleNumber(TextListLevelStyleNumber tls)