public class FieldTA extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryCategory()
Gets the integral entry category, which is a number that corresponds to the order of categories.
|
java.lang.String |
getLongCitation()
Gets the long citation for the entry.
|
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.
|
java.lang.String |
getShortCitation()
Gets the short citation for the entry.
|
int |
getSwitchType(java.lang.String switchName) |
boolean |
isBold()
Gets whether to apply bold formatting to the page number for the entry.
|
void |
isBold(boolean value)
Sets whether to apply bold formatting to the page number for the entry.
|
boolean |
isItalic()
Gets whether to apply italic formatting to the page number for the entry.
|
void |
isItalic(boolean value)
Sets whether to apply italic formatting to the page number for the entry.
|
void |
setEntryCategory(java.lang.String value)
Sets the integral entry category, which is a number that corresponds to the order of categories.
|
void |
setLongCitation(java.lang.String value)
Sets the long citation for the entry.
|
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 |
setShortCitation(java.lang.String value)
Sets the short citation for the entry.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic boolean isBold()
public void isBold(boolean value)
throws java.lang.Exception
value - Whether to apply bold formatting to the page number for the entry.java.lang.Exceptionpublic java.lang.String getEntryCategory()
public void setEntryCategory(java.lang.String value)
throws java.lang.Exception
value - The integral entry category, which is a number that corresponds to the order of categories.java.lang.Exceptionpublic boolean isItalic()
public void isItalic(boolean value)
throws java.lang.Exception
value - Whether to apply italic formatting to the page number for the entry.java.lang.Exceptionpublic java.lang.String getLongCitation()
public void setLongCitation(java.lang.String value)
throws java.lang.Exception
value - The long citation for the entry.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 getShortCitation()
public void setShortCitation(java.lang.String value)
throws java.lang.Exception
value - The short citation for the entry.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)