org.jopendocument.model.text
Class TextListItem

java.lang.Object
  extended by org.jopendocument.model.text.TextListItem

public class TextListItem
extends java.lang.Object


Constructor Summary
TextListItem()
           
 
Method Summary
 void addTextElement(java.lang.Object p)
           
 java.util.List<java.lang.Object> getElements()
          Gets the value of the textPOrTextHOrTextOrderedListOrTextUnorderedList property.
 java.lang.String getTextRestartNumbering()
          Gets the value of the textRestartNumbering property.
 java.lang.String getTextStartValue()
          Gets the value of the textStartValue property.
 void setTextRestartNumbering(java.lang.String value)
          Sets the value of the textRestartNumbering property.
 void setTextStartValue(java.lang.String value)
          Sets the value of the textStartValue property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextListItem

public TextListItem()
Method Detail

getElements

public java.util.List<java.lang.Object> getElements()
Gets the value of the textPOrTextHOrTextOrderedListOrTextUnorderedList property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the textPOrTextHOrTextOrderedListOrTextUnorderedList property.

For example, to add a new item, do as follows:

 getTextPOrTextHOrTextOrderedListOrTextUnorderedList().add(newItem);
 

Objects of the following type(s) are allowed in the list TextP TextH TextOrderedList TextUnorderedList


getTextRestartNumbering

public java.lang.String getTextRestartNumbering()
Gets the value of the textRestartNumbering property.

Returns:
possible object is String

getTextStartValue

public java.lang.String getTextStartValue()
Gets the value of the textStartValue property.

Returns:
possible object is String

setTextRestartNumbering

public void setTextRestartNumbering(java.lang.String value)
Sets the value of the textRestartNumbering property.

Parameters:
value - allowed object is String

setTextStartValue

public void setTextStartValue(java.lang.String value)
Sets the value of the textStartValue property.

Parameters:
value - allowed object is String

addTextElement

public void addTextElement(java.lang.Object p)