|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextTableOfContentSource
public class TextTableOfContentSource
Field Summary | |
---|---|
protected String |
foCountry
|
protected String |
foLanguage
|
protected String |
textIndexScope
|
protected List<TextIndexSourceStyles> |
textIndexSourceStyles
|
protected TextIndexTitleTemplate |
textIndexTitleTemplate
|
protected String |
textOutlineLevel
|
protected String |
textRelativeTabStopPosition
|
protected String |
textSortAlgorithm
|
protected List<TextTableOfContentEntryTemplate> |
textTableOfContentEntryTemplate
|
protected String |
textUseIndexMarks
|
protected String |
textUseIndexSourceStyles
|
protected String |
textUseOutlineLevel
|
Constructor Summary | |
---|---|
TextTableOfContentSource()
|
Method Summary | |
---|---|
String |
getFoCountry()
Gets the value of the foCountry property. |
String |
getFoLanguage()
Gets the value of the foLanguage property. |
String |
getTextIndexScope()
Gets the value of the textIndexScope property. |
List<TextIndexSourceStyles> |
getTextIndexSourceStyles()
Gets the value of the textIndexSourceStyles property. |
TextIndexTitleTemplate |
getTextIndexTitleTemplate()
Gets the value of the textIndexTitleTemplate property. |
String |
getTextOutlineLevel()
Gets the value of the textOutlineLevel property. |
String |
getTextRelativeTabStopPosition()
Gets the value of the textRelativeTabStopPosition property. |
String |
getTextSortAlgorithm()
Gets the value of the textSortAlgorithm property. |
List<TextTableOfContentEntryTemplate> |
getTextTableOfContentEntryTemplate()
Gets the value of the textTableOfContentEntryTemplate property. |
String |
getTextUseIndexMarks()
Gets the value of the textUseIndexMarks property. |
String |
getTextUseIndexSourceStyles()
Gets the value of the textUseIndexSourceStyles property. |
String |
getTextUseOutlineLevel()
Gets the value of the textUseOutlineLevel property. |
void |
setFoCountry(String value)
Sets the value of the foCountry property. |
void |
setFoLanguage(String value)
Sets the value of the foLanguage property. |
void |
setTextIndexScope(String value)
Sets the value of the textIndexScope property. |
void |
setTextIndexTitleTemplate(TextIndexTitleTemplate value)
Sets the value of the textIndexTitleTemplate property. |
void |
setTextOutlineLevel(String value)
Sets the value of the textOutlineLevel property. |
void |
setTextRelativeTabStopPosition(String value)
Sets the value of the textRelativeTabStopPosition property. |
void |
setTextSortAlgorithm(String value)
Sets the value of the textSortAlgorithm property. |
void |
setTextUseIndexMarks(String value)
Sets the value of the textUseIndexMarks property. |
void |
setTextUseIndexSourceStyles(String value)
Sets the value of the textUseIndexSourceStyles property. |
void |
setTextUseOutlineLevel(String value)
Sets the value of the textUseOutlineLevel property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String foCountry
protected String foLanguage
protected String textIndexScope
protected List<TextIndexSourceStyles> textIndexSourceStyles
protected TextIndexTitleTemplate textIndexTitleTemplate
protected String textOutlineLevel
protected String textRelativeTabStopPosition
protected String textSortAlgorithm
protected List<TextTableOfContentEntryTemplate> textTableOfContentEntryTemplate
protected String textUseIndexMarks
protected String textUseIndexSourceStyles
protected String textUseOutlineLevel
Constructor Detail |
---|
public TextTableOfContentSource()
Method Detail |
---|
public String getFoCountry()
String
public String getFoLanguage()
String
public String getTextIndexScope()
String
public List<TextIndexSourceStyles> getTextIndexSourceStyles()
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 textIndexSourceStyles property.
For example, to add a new item, do as follows:
getTextIndexSourceStyles().add(newItem);
Objects of the following type(s) are allowed in the list TextIndexSourceStyles
public TextIndexTitleTemplate getTextIndexTitleTemplate()
TextIndexTitleTemplate
public String getTextOutlineLevel()
String
public String getTextRelativeTabStopPosition()
String
public String getTextSortAlgorithm()
String
public List<TextTableOfContentEntryTemplate> getTextTableOfContentEntryTemplate()
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 textTableOfContentEntryTemplate
property.
For example, to add a new item, do as follows:
getTextTableOfContentEntryTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
TextTableOfContentEntryTemplate
public String getTextUseIndexMarks()
String
public String getTextUseIndexSourceStyles()
String
public String getTextUseOutlineLevel()
String
public void setFoCountry(String value)
value
- allowed object is String
public void setFoLanguage(String value)
value
- allowed object is String
public void setTextIndexScope(String value)
value
- allowed object is String
public void setTextIndexTitleTemplate(TextIndexTitleTemplate value)
value
- allowed object is TextIndexTitleTemplate
public void setTextOutlineLevel(String value)
value
- allowed object is String
public void setTextRelativeTabStopPosition(String value)
value
- allowed object is String
public void setTextSortAlgorithm(String value)
value
- allowed object is String
public void setTextUseIndexMarks(String value)
value
- allowed object is String
public void setTextUseIndexSourceStyles(String value)
value
- allowed object is String
public void setTextUseOutlineLevel(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |