public class FieldXE extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryType()
Gets an index entry type.
|
java.lang.String |
getPageNumberReplacement()
Gets text used in place of a page number.
|
java.lang.String |
getPageRangeBookmarkName()
Gets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.
|
int |
getSwitchType(java.lang.String switchName) |
java.lang.String |
getText()
Gets the text of the entry.
|
java.lang.String |
getYomi()
Gets the yomi (first phonetic character for sorting indexes) for the index entry
|
boolean |
isBold()
Gets whether to apply bold formatting to the entry's page number.
|
void |
isBold(boolean value)
Sets whether to apply bold formatting to the entry's page number.
|
boolean |
isItalic()
Gets whether to apply italic formatting to the entry's page number.
|
void |
isItalic(boolean value)
Sets whether to apply italic formatting to the entry's page number.
|
void |
setEntryType(java.lang.String value)
Sets an index entry type.
|
void |
setPageNumberReplacement(java.lang.String value)
Sets text used in place of a page number.
|
void |
setPageRangeBookmarkName(java.lang.String value)
Sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.
|
void |
setText(java.lang.String value)
Sets the text of the entry.
|
void |
setYomi(java.lang.String value)
Sets the yomi (first phonetic character for sorting indexes) for the index entry
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic int getSwitchType(java.lang.String switchName)
public java.lang.String getText()
public void setText(java.lang.String value)
throws java.lang.Exception
value - The text of the entry.java.lang.Exceptionpublic boolean isBold()
public void isBold(boolean value)
throws java.lang.Exception
value - Whether to apply bold formatting to the entry's page number.java.lang.Exceptionpublic java.lang.String getEntryType()
public void setEntryType(java.lang.String value)
throws java.lang.Exception
value - An index entry type.java.lang.Exceptionpublic boolean isItalic()
public void isItalic(boolean value)
throws java.lang.Exception
value - Whether to apply italic formatting to the entry's page number.java.lang.Exceptionpublic java.lang.String getPageRangeBookmarkName()
public void setPageRangeBookmarkName(java.lang.String value)
throws java.lang.Exception
value - The name of the bookmark that marks a range of pages that is inserted as the entry's page number.java.lang.Exceptionpublic java.lang.String getPageNumberReplacement()
public void setPageNumberReplacement(java.lang.String value)
throws java.lang.Exception
value - Text used in place of a page number.java.lang.Exceptionpublic java.lang.String getYomi()
public void setYomi(java.lang.String value)
throws java.lang.Exception
value - The yomi (first phonetic character for sorting indexes) for the index entryjava.lang.Exception