|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.text.TextAlphabeticalIndexSource
public class TextAlphabeticalIndexSource
| Field Summary | |
|---|---|
protected String |
foCountry
|
protected String |
foLanguage
|
protected List<TextAlphabeticalIndexEntryTemplate> |
textAlphabeticalIndexEntryTemplate
|
protected String |
textAlphabeticalSeparators
|
protected String |
textCapitalizeEntries
|
protected String |
textCombineEntries
|
protected String |
textCombineEntriesWithDash
|
protected String |
textCombineEntriesWithPp
|
protected String |
textCommaSeparated
|
protected String |
textIgnoreCase
|
protected String |
textIndexScope
|
protected TextIndexTitleTemplate |
textIndexTitleTemplate
|
protected String |
textMainEntryStyleName
|
protected String |
textRelativeTabStopPosition
|
protected String |
textSortAlgorithm
|
protected String |
textUseKeysAsEntries
|
| Constructor Summary | |
|---|---|
TextAlphabeticalIndexSource()
|
|
| Method Summary | |
|---|---|
String |
getFoCountry()
Gets the value of the foCountry property. |
String |
getFoLanguage()
Gets the value of the foLanguage property. |
List<TextAlphabeticalIndexEntryTemplate> |
getTextAlphabeticalIndexEntryTemplate()
Gets the value of the textAlphabeticalIndexEntryTemplate property. |
String |
getTextAlphabeticalSeparators()
Gets the value of the textAlphabeticalSeparators property. |
String |
getTextCapitalizeEntries()
Gets the value of the textCapitalizeEntries property. |
String |
getTextCombineEntries()
Gets the value of the textCombineEntries property. |
String |
getTextCombineEntriesWithDash()
Gets the value of the textCombineEntriesWithDash property. |
String |
getTextCombineEntriesWithPp()
Gets the value of the textCombineEntriesWithPp property. |
String |
getTextCommaSeparated()
Gets the value of the textCommaSeparated property. |
String |
getTextIgnoreCase()
Gets the value of the textIgnoreCase property. |
String |
getTextIndexScope()
Gets the value of the textIndexScope property. |
TextIndexTitleTemplate |
getTextIndexTitleTemplate()
Gets the value of the textIndexTitleTemplate property. |
String |
getTextMainEntryStyleName()
Gets the value of the textMainEntryStyleName property. |
String |
getTextRelativeTabStopPosition()
Gets the value of the textRelativeTabStopPosition property. |
String |
getTextSortAlgorithm()
Gets the value of the textSortAlgorithm property. |
String |
getTextUseKeysAsEntries()
Gets the value of the textUseKeysAsEntries property. |
void |
setFoCountry(String value)
Sets the value of the foCountry property. |
void |
setFoLanguage(String value)
Sets the value of the foLanguage property. |
void |
setTextAlphabeticalSeparators(String value)
Sets the value of the textAlphabeticalSeparators property. |
void |
setTextCapitalizeEntries(String value)
Sets the value of the textCapitalizeEntries property. |
void |
setTextCombineEntries(String value)
Sets the value of the textCombineEntries property. |
void |
setTextCombineEntriesWithDash(String value)
Sets the value of the textCombineEntriesWithDash property. |
void |
setTextCombineEntriesWithPp(String value)
Sets the value of the textCombineEntriesWithPp property. |
void |
setTextCommaSeparated(String value)
Sets the value of the textCommaSeparated property. |
void |
setTextIgnoreCase(String value)
Sets the value of the textIgnoreCase property. |
void |
setTextIndexScope(String value)
Sets the value of the textIndexScope property. |
void |
setTextIndexTitleTemplate(TextIndexTitleTemplate value)
Sets the value of the textIndexTitleTemplate property. |
void |
setTextMainEntryStyleName(String value)
Sets the value of the textMainEntryStyleName property. |
void |
setTextRelativeTabStopPosition(String value)
Sets the value of the textRelativeTabStopPosition property. |
void |
setTextSortAlgorithm(String value)
Sets the value of the textSortAlgorithm property. |
void |
setTextUseKeysAsEntries(String value)
Sets the value of the textUseKeysAsEntries 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 List<TextAlphabeticalIndexEntryTemplate> textAlphabeticalIndexEntryTemplate
protected String textAlphabeticalSeparators
protected String textCapitalizeEntries
protected String textCombineEntries
protected String textCombineEntriesWithDash
protected String textCombineEntriesWithPp
protected String textCommaSeparated
protected String textIgnoreCase
protected String textIndexScope
protected TextIndexTitleTemplate textIndexTitleTemplate
protected String textMainEntryStyleName
protected String textRelativeTabStopPosition
protected String textSortAlgorithm
protected String textUseKeysAsEntries
| Constructor Detail |
|---|
public TextAlphabeticalIndexSource()
| Method Detail |
|---|
public String getFoCountry()
Stringpublic String getFoLanguage()
Stringpublic List<TextAlphabeticalIndexEntryTemplate> getTextAlphabeticalIndexEntryTemplate()
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 textAlphabeticalIndexEntryTemplate
property.
For example, to add a new item, do as follows:
getTextAlphabeticalIndexEntryTemplate().add(newItem);
Objects of the following type(s) are allowed in the list
TextAlphabeticalIndexEntryTemplate
public String getTextAlphabeticalSeparators()
Stringpublic String getTextCapitalizeEntries()
Stringpublic String getTextCombineEntries()
Stringpublic String getTextCombineEntriesWithDash()
Stringpublic String getTextCombineEntriesWithPp()
Stringpublic String getTextCommaSeparated()
Stringpublic String getTextIgnoreCase()
Stringpublic String getTextIndexScope()
Stringpublic TextIndexTitleTemplate getTextIndexTitleTemplate()
TextIndexTitleTemplatepublic String getTextMainEntryStyleName()
Stringpublic String getTextRelativeTabStopPosition()
Stringpublic String getTextSortAlgorithm()
Stringpublic String getTextUseKeysAsEntries()
Stringpublic void setFoCountry(String value)
value - allowed object is Stringpublic void setFoLanguage(String value)
value - allowed object is Stringpublic void setTextAlphabeticalSeparators(String value)
value - allowed object is Stringpublic void setTextCapitalizeEntries(String value)
value - allowed object is Stringpublic void setTextCombineEntries(String value)
value - allowed object is Stringpublic void setTextCombineEntriesWithDash(String value)
value - allowed object is Stringpublic void setTextCombineEntriesWithPp(String value)
value - allowed object is Stringpublic void setTextCommaSeparated(String value)
value - allowed object is Stringpublic void setTextIgnoreCase(String value)
value - allowed object is Stringpublic void setTextIndexScope(String value)
value - allowed object is Stringpublic void setTextIndexTitleTemplate(TextIndexTitleTemplate value)
value - allowed object is TextIndexTitleTemplatepublic void setTextMainEntryStyleName(String value)
value - allowed object is Stringpublic void setTextRelativeTabStopPosition(String value)
value - allowed object is Stringpublic void setTextSortAlgorithm(String value)
value - allowed object is Stringpublic void setTextUseKeysAsEntries(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||