|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextListItem
public class TextListItem
Field Summary | |
---|---|
protected String |
textRestartNumbering
|
protected String |
textStartValue
|
Constructor Summary | |
---|---|
TextListItem()
|
Method Summary | |
---|---|
void |
addTextElement(Object p)
|
List<Object> |
getElements()
Gets the value of the textPOrTextHOrTextOrderedListOrTextUnorderedList property. |
String |
getTextRestartNumbering()
Gets the value of the textRestartNumbering property. |
String |
getTextStartValue()
Gets the value of the textStartValue property. |
void |
setTextRestartNumbering(String value)
Sets the value of the textRestartNumbering property. |
void |
setTextStartValue(String value)
Sets the value of the textStartValue property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String textRestartNumbering
protected String textStartValue
Constructor Detail |
---|
public TextListItem()
Method Detail |
---|
public List<Object> getElements()
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
public String getTextRestartNumbering()
String
public String getTextStartValue()
String
public void setTextRestartNumbering(String value)
value
- allowed object is String
public void setTextStartValue(String value)
value
- allowed object is String
public void addTextElement(Object p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |