org.jopendocument.model.text
Class TextTableOfContentSource

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

public class TextTableOfContentSource
extends java.lang.Object


Constructor Summary
TextTableOfContentSource()
           
 
Method Summary
 java.lang.String getFoCountry()
          Gets the value of the foCountry property.
 java.lang.String getFoLanguage()
          Gets the value of the foLanguage property.
 java.lang.String getTextIndexScope()
          Gets the value of the textIndexScope property.
 java.util.List<TextIndexSourceStyles> getTextIndexSourceStyles()
          Gets the value of the textIndexSourceStyles property.
 TextIndexTitleTemplate getTextIndexTitleTemplate()
          Gets the value of the textIndexTitleTemplate property.
 java.lang.String getTextOutlineLevel()
          Gets the value of the textOutlineLevel property.
 java.lang.String getTextRelativeTabStopPosition()
          Gets the value of the textRelativeTabStopPosition property.
 java.lang.String getTextSortAlgorithm()
          Gets the value of the textSortAlgorithm property.
 java.util.List<TextTableOfContentEntryTemplate> getTextTableOfContentEntryTemplate()
          Gets the value of the textTableOfContentEntryTemplate property.
 java.lang.String getTextUseIndexMarks()
          Gets the value of the textUseIndexMarks property.
 java.lang.String getTextUseIndexSourceStyles()
          Gets the value of the textUseIndexSourceStyles property.
 java.lang.String getTextUseOutlineLevel()
          Gets the value of the textUseOutlineLevel property.
 void setFoCountry(java.lang.String value)
          Sets the value of the foCountry property.
 void setFoLanguage(java.lang.String value)
          Sets the value of the foLanguage property.
 void setTextIndexScope(java.lang.String value)
          Sets the value of the textIndexScope property.
 void setTextIndexTitleTemplate(TextIndexTitleTemplate value)
          Sets the value of the textIndexTitleTemplate property.
 void setTextOutlineLevel(java.lang.String value)
          Sets the value of the textOutlineLevel property.
 void setTextRelativeTabStopPosition(java.lang.String value)
          Sets the value of the textRelativeTabStopPosition property.
 void setTextSortAlgorithm(java.lang.String value)
          Sets the value of the textSortAlgorithm property.
 void setTextUseIndexMarks(java.lang.String value)
          Sets the value of the textUseIndexMarks property.
 void setTextUseIndexSourceStyles(java.lang.String value)
          Sets the value of the textUseIndexSourceStyles property.
 void setTextUseOutlineLevel(java.lang.String value)
          Sets the value of the textUseOutlineLevel property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextTableOfContentSource

public TextTableOfContentSource()
Method Detail

getFoCountry

public java.lang.String getFoCountry()
Gets the value of the foCountry property.

Returns:
possible object is String

getFoLanguage

public java.lang.String getFoLanguage()
Gets the value of the foLanguage property.

Returns:
possible object is String

getTextIndexScope

public java.lang.String getTextIndexScope()
Gets the value of the textIndexScope property.

Returns:
possible object is String

getTextIndexSourceStyles

public java.util.List<TextIndexSourceStyles> getTextIndexSourceStyles()
Gets the value of the textIndexSourceStyles 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 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


getTextIndexTitleTemplate

public TextIndexTitleTemplate getTextIndexTitleTemplate()
Gets the value of the textIndexTitleTemplate property.

Returns:
possible object is TextIndexTitleTemplate

getTextOutlineLevel

public java.lang.String getTextOutlineLevel()
Gets the value of the textOutlineLevel property.

Returns:
possible object is String

getTextRelativeTabStopPosition

public java.lang.String getTextRelativeTabStopPosition()
Gets the value of the textRelativeTabStopPosition property.

Returns:
possible object is String

getTextSortAlgorithm

public java.lang.String getTextSortAlgorithm()
Gets the value of the textSortAlgorithm property.

Returns:
possible object is String

getTextTableOfContentEntryTemplate

public java.util.List<TextTableOfContentEntryTemplate> getTextTableOfContentEntryTemplate()
Gets the value of the textTableOfContentEntryTemplate 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 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


getTextUseIndexMarks

public java.lang.String getTextUseIndexMarks()
Gets the value of the textUseIndexMarks property.

Returns:
possible object is String

getTextUseIndexSourceStyles

public java.lang.String getTextUseIndexSourceStyles()
Gets the value of the textUseIndexSourceStyles property.

Returns:
possible object is String

getTextUseOutlineLevel

public java.lang.String getTextUseOutlineLevel()
Gets the value of the textUseOutlineLevel property.

Returns:
possible object is String

setFoCountry

public void setFoCountry(java.lang.String value)
Sets the value of the foCountry property.

Parameters:
value - allowed object is String

setFoLanguage

public void setFoLanguage(java.lang.String value)
Sets the value of the foLanguage property.

Parameters:
value - allowed object is String

setTextIndexScope

public void setTextIndexScope(java.lang.String value)
Sets the value of the textIndexScope property.

Parameters:
value - allowed object is String

setTextIndexTitleTemplate

public void setTextIndexTitleTemplate(TextIndexTitleTemplate value)
Sets the value of the textIndexTitleTemplate property.

Parameters:
value - allowed object is TextIndexTitleTemplate

setTextOutlineLevel

public void setTextOutlineLevel(java.lang.String value)
Sets the value of the textOutlineLevel property.

Parameters:
value - allowed object is String

setTextRelativeTabStopPosition

public void setTextRelativeTabStopPosition(java.lang.String value)
Sets the value of the textRelativeTabStopPosition property.

Parameters:
value - allowed object is String

setTextSortAlgorithm

public void setTextSortAlgorithm(java.lang.String value)
Sets the value of the textSortAlgorithm property.

Parameters:
value - allowed object is String

setTextUseIndexMarks

public void setTextUseIndexMarks(java.lang.String value)
Sets the value of the textUseIndexMarks property.

Parameters:
value - allowed object is String

setTextUseIndexSourceStyles

public void setTextUseIndexSourceStyles(java.lang.String value)
Sets the value of the textUseIndexSourceStyles property.

Parameters:
value - allowed object is String

setTextUseOutlineLevel

public void setTextUseOutlineLevel(java.lang.String value)
Sets the value of the textUseOutlineLevel property.

Parameters:
value - allowed object is String