org.jopendocument.model.text
Class TextAlphabeticalIndexEntryTemplate

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

public class TextAlphabeticalIndexEntryTemplate
extends Object


Field Summary
protected  List<Object> textIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop
           
protected  String textOutlineLevel
           
protected  String textStyleName
           
 
Constructor Summary
TextAlphabeticalIndexEntryTemplate()
           
 
Method Summary
 List<Object> getTextIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop()
          Gets the value of the textIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop property.
 String getTextOutlineLevel()
          Gets the value of the textOutlineLevel property.
 String getTextStyleName()
          Gets the value of the textStyleName property.
 void setTextOutlineLevel(String value)
          Sets the value of the textOutlineLevel property.
 void setTextStyleName(String value)
          Sets the value of the textStyleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop

protected List<Object> textIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop

textOutlineLevel

protected String textOutlineLevel

textStyleName

protected String textStyleName
Constructor Detail

TextAlphabeticalIndexEntryTemplate

public TextAlphabeticalIndexEntryTemplate()
Method Detail

getTextIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop

public List<Object> getTextIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop()
Gets the value of the textIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop 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 textIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop property.

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

 getTextIndexEntryChapterOrTextIndexEntryPageNumberOrTextIndexEntryTextOrTextIndexEntrySpanOrTextIndexEntryTabStop().add(newItem);
 

Objects of the following type(s) are allowed in the list TextIndexEntryChapter TextIndexEntryPageNumber TextIndexEntryText TextIndexEntrySpan TextIndexEntryTabStop


getTextOutlineLevel

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

Returns:
possible object is String

getTextStyleName

public String getTextStyleName()
Gets the value of the textStyleName property.

Returns:
possible object is String

setTextOutlineLevel

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

Parameters:
value - allowed object is String

setTextStyleName

public void setTextStyleName(String value)
Sets the value of the textStyleName property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.