org.jopendocument.model.text
Class TextIllustrationIndexSource

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

public class TextIllustrationIndexSource
extends Object


Field Summary
protected  String foCountry
           
protected  String foLanguage
           
protected  String textCaptionSequenceFormat
           
protected  String textCaptionSequenceName
           
protected  TextIllustrationIndexEntryTemplate textIllustrationIndexEntryTemplate
           
protected  String textIndexScope
           
protected  TextIndexTitleTemplate textIndexTitleTemplate
           
protected  String textRelativeTabStopPosition
           
protected  String textSortAlgorithm
           
protected  String textUseCaption
           
 
Constructor Summary
TextIllustrationIndexSource()
           
 
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.
 TextIllustrationIndexEntryTemplate getTextIllustrationIndexEntryTemplate()
          Gets the value of the textIllustrationIndexEntryTemplate 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.
 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 setTextIllustrationIndexEntryTemplate(TextIllustrationIndexEntryTemplate value)
          Sets the value of the textIllustrationIndexEntryTemplate 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 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

textIllustrationIndexEntryTemplate

protected TextIllustrationIndexEntryTemplate textIllustrationIndexEntryTemplate

textIndexScope

protected String textIndexScope

textIndexTitleTemplate

protected TextIndexTitleTemplate textIndexTitleTemplate

textRelativeTabStopPosition

protected String textRelativeTabStopPosition

textSortAlgorithm

protected String textSortAlgorithm

textUseCaption

protected String textUseCaption
Constructor Detail

TextIllustrationIndexSource

public TextIllustrationIndexSource()
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

getTextIllustrationIndexEntryTemplate

public TextIllustrationIndexEntryTemplate getTextIllustrationIndexEntryTemplate()
Gets the value of the textIllustrationIndexEntryTemplate property.

Returns:
possible object is TextIllustrationIndexEntryTemplate

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

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

setTextIllustrationIndexEntryTemplate

public void setTextIllustrationIndexEntryTemplate(TextIllustrationIndexEntryTemplate value)
Sets the value of the textIllustrationIndexEntryTemplate property.

Parameters:
value - allowed object is TextIllustrationIndexEntryTemplate

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

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.