|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.text.TextListItem
public class TextListItem
| 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 |
|---|
public TextListItem()
| Method Detail |
|---|
public java.util.List<java.lang.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 java.lang.String getTextRestartNumbering()
Stringpublic java.lang.String getTextStartValue()
Stringpublic void setTextRestartNumbering(java.lang.String value)
value - allowed object is Stringpublic void setTextStartValue(java.lang.String value)
value - allowed object is Stringpublic void addTextElement(java.lang.Object p)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||