public class FieldToa extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBookmarkName()
Gets the name of the bookmark that marks the portion of the document used to build the table.
|
java.lang.String |
getEntryCategory()
Gets the integral category for entries included in the table.
|
java.lang.String |
getEntrySeparator()
Gets the character sequence that is used to separate a table of authorities entry and its page number.
|
java.lang.String |
getPageNumberListSeparator()
Gets the character sequence that is used to separate two page numbers in a page number list.
|
java.lang.String |
getPageRangeSeparator()
Gets the character sequence that is used to separate the start and end of a page range.
|
boolean |
getRemoveEntryFormatting()
Gets whether to remove the formatting of the entry text in the document from the entry in the table of authorities.
|
java.lang.String |
getSequenceName()
Gets the name of a sequence whose number is included with the page number.
|
java.lang.String |
getSequenceSeparator()
Gets the character sequence that is used to separate sequence numbers and page numbers.
|
int |
getSwitchType(java.lang.String switchName) |
boolean |
getUseHeading()
Gets whether to include the category heading for the entries in a table of authorities.
|
boolean |
getUsePassim()
Gets whether to replace five or more different page references to the same authority with "passim", which is used to indicate that a word or passage occurs frequently in the work cited.
|
void |
setBookmarkName(java.lang.String value)
Sets the name of the bookmark that marks the portion of the document used to build the table.
|
void |
setEntryCategory(java.lang.String value)
Sets the integral category for entries included in the table.
|
void |
setEntrySeparator(java.lang.String value)
Sets the character sequence that is used to separate a table of authorities entry and its page number.
|
void |
setPageNumberListSeparator(java.lang.String value)
Sets the character sequence that is used to separate two page numbers in a page number list.
|
void |
setPageRangeSeparator(java.lang.String value)
Sets the character sequence that is used to separate the start and end of a page range.
|
void |
setRemoveEntryFormatting(boolean value)
Sets whether to remove the formatting of the entry text in the document from the entry in the table of authorities.
|
void |
setSequenceName(java.lang.String value)
Sets the name of a sequence whose number is included with the page number.
|
void |
setSequenceSeparator(java.lang.String value)
Sets the character sequence that is used to separate sequence numbers and page numbers.
|
void |
setUseHeading(boolean value)
Sets whether to include the category heading for the entries in a table of authorities.
|
void |
setUsePassim(boolean value)
Sets whether to replace five or more different page references to the same authority with "passim", which is used to indicate that a word or passage occurs frequently in the work cited.
|
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 getBookmarkName()
public void setBookmarkName(java.lang.String value)
throws java.lang.Exception
value - The name of the bookmark that marks the portion of the document used to build the table.java.lang.Exceptionpublic java.lang.String getEntryCategory()
public void setEntryCategory(java.lang.String value)
throws java.lang.Exception
value - The integral category for entries included in the table.java.lang.Exceptionpublic java.lang.String getSequenceSeparator()
public void setSequenceSeparator(java.lang.String value)
throws java.lang.Exception
value - The character sequence that is used to separate sequence numbers and page numbers.java.lang.Exceptionpublic java.lang.String getEntrySeparator()
public void setEntrySeparator(java.lang.String value)
throws java.lang.Exception
value - The character sequence that is used to separate a table of authorities entry and its page number.java.lang.Exceptionpublic boolean getRemoveEntryFormatting()
public void setRemoveEntryFormatting(boolean value)
throws java.lang.Exception
value - Whether to remove the formatting of the entry text in the document from the entry in the table of authorities.java.lang.Exceptionpublic java.lang.String getPageRangeSeparator()
public void setPageRangeSeparator(java.lang.String value)
throws java.lang.Exception
value - The character sequence that is used to separate the start and end of a page range.java.lang.Exceptionpublic boolean getUseHeading()
public void setUseHeading(boolean value)
throws java.lang.Exception
value - Whether to include the category heading for the entries in a table of authorities.java.lang.Exceptionpublic java.lang.String getPageNumberListSeparator()
public void setPageNumberListSeparator(java.lang.String value)
throws java.lang.Exception
value - The character sequence that is used to separate two page numbers in a page number list.java.lang.Exceptionpublic boolean getUsePassim()
public void setUsePassim(boolean value)
throws java.lang.Exception
value - Whether to replace five or more different page references to the same authority with "passim", which is used to indicate that a word or passage occurs frequently in the work cited.java.lang.Exceptionpublic java.lang.String getSequenceName()
public void setSequenceName(java.lang.String value)
throws java.lang.Exception
value - The name of a sequence whose number is included with the page number.java.lang.Exception