org.jopendocument.model.text
Class TextTableIndexSource

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

public class TextTableIndexSource
extends Object


Field Summary
protected  String foCountry
           
protected  String foLanguage
           
protected  String textCaptionSequenceFormat
           
protected  String textCaptionSequenceName
           
protected  String textIndexScope
           
protected  TextIndexTitleTemplate textIndexTitleTemplate
           
protected  String textRelativeTabStopPosition
           
protected  String textSortAlgorithm
           
protected  TextTableIndexEntryTemplate textTableIndexEntryTemplate
           
protected  String textUseCaption
           
 
Constructor Summary
TextTableIndexSource()
           
 
Method Summary
 String getFoCountry()
          Gets the value of the foCountry property.
 String getFoLanguage()
          Gets the value of the foLanguage property.
 String getTextCaptionSequenceFormat()
          Gets the value of the textCaptionSequenceFormat property.
 String getTextCaptionSequenceName()
          Gets the value of the textCaptionSequenceName property.
 String getTextIndexScope()
          Gets the value of the textIndexScope property.
 TextIndexTitleTemplate getTextIndexTitleTemplate()
          Gets the value of the textIndexTitleTemplate property.
 String getTextRelativeTabStopPosition()
          Gets the value of the textRelativeTabStopPosition property.
 String getTextSortAlgorithm()
          Gets the value of the textSortAlgorithm property.
 TextTableIndexEntryTemplate getTextTableIndexEntryTemplate()
          Gets the value of the textTableIndexEntryTemplate property.
 String getTextUseCaption()
          Gets the value of the textUseCaption property.
 void setFoCountry(String value)
          Sets the value of the foCountry property.
 void setFoLanguage(String value)
          Sets the value of the foLanguage property.
 void setTextCaptionSequenceFormat(String value)
          Sets the value of the textCaptionSequenceFormat property.
 void setTextCaptionSequenceName(String value)
          Sets the value of the textCaptionSequenceName property.
 void setTextIndexScope(String value)
          Sets the value of the textIndexScope property.
 void setTextIndexTitleTemplate(TextIndexTitleTemplate value)
          Sets the value of the textIndexTitleTemplate property.
 void setTextRelativeTabStopPosition(String value)
          Sets the value of the textRelativeTabStopPosition property.
 void setTextSortAlgorithm(String value)
          Sets the value of the textSortAlgorithm property.
 void setTextTableIndexEntryTemplate(TextTableIndexEntryTemplate value)
          Sets the value of the textTableIndexEntryTemplate property.
 void setTextUseCaption(String value)
          Sets the value of the textUseCaption property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foCountry

protected String foCountry

foLanguage

protected String foLanguage

textCaptionSequenceFormat

protected String textCaptionSequenceFormat

textCaptionSequenceName

protected String textCaptionSequenceName

textIndexScope

protected String textIndexScope

textIndexTitleTemplate

protected TextIndexTitleTemplate textIndexTitleTemplate

textRelativeTabStopPosition

protected String textRelativeTabStopPosition

textSortAlgorithm

protected String textSortAlgorithm

textTableIndexEntryTemplate

protected TextTableIndexEntryTemplate textTableIndexEntryTemplate

textUseCaption

protected String textUseCaption
Constructor Detail

TextTableIndexSource

public TextTableIndexSource()
Method Detail

getFoCountry

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

Returns:
possible object is String

getFoLanguage

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

Returns:
possible object is String

getTextCaptionSequenceFormat

public String getTextCaptionSequenceFormat()
Gets the value of the textCaptionSequenceFormat property.

Returns:
possible object is String

getTextCaptionSequenceName

public String getTextCaptionSequenceName()
Gets the value of the textCaptionSequenceName property.

Returns:
possible object is String

getTextIndexScope

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

Returns:
possible object is String

getTextIndexTitleTemplate

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

Returns:
possible object is TextIndexTitleTemplate

getTextRelativeTabStopPosition

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

Returns:
possible object is String

getTextSortAlgorithm

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

Returns:
possible object is String

getTextTableIndexEntryTemplate

public TextTableIndexEntryTemplate getTextTableIndexEntryTemplate()
Gets the value of the textTableIndexEntryTemplate property.

Returns:
possible object is TextTableIndexEntryTemplate

getTextUseCaption

public String getTextUseCaption()
Gets the value of the textUseCaption property.

Returns:
possible object is String

setFoCountry

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

Parameters:
value - allowed object is String

setFoLanguage

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

Parameters:
value - allowed object is String

setTextCaptionSequenceFormat

public void setTextCaptionSequenceFormat(String value)
Sets the value of the textCaptionSequenceFormat property.

Parameters:
value - allowed object is String

setTextCaptionSequenceName

public void setTextCaptionSequenceName(String value)
Sets the value of the textCaptionSequenceName property.

Parameters:
value - allowed object is String

setTextIndexScope

public void setTextIndexScope(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

setTextRelativeTabStopPosition

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

Parameters:
value - allowed object is String

setTextSortAlgorithm

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

Parameters:
value - allowed object is String

setTextTableIndexEntryTemplate

public void setTextTableIndexEntryTemplate(TextTableIndexEntryTemplate value)
Sets the value of the textTableIndexEntryTemplate property.

Parameters:
value - allowed object is TextTableIndexEntryTemplate

setTextUseCaption

public void setTextUseCaption(String value)
Sets the value of the textUseCaption property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.