public final class FieldTC extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentOutlineTitle() |
java.lang.String |
getEntryLevel()
Gets the level of the entry.
|
int |
getLevel() |
boolean |
getOmitPageNumber()
Gets whether page number in TOC should be omitted for this field.
|
int |
getPageNumber() |
Paragraph |
getParagraph() |
int |
getSequenceValue(java.lang.String sequenceIdentifier) |
int |
getSwitchType(java.lang.String switchName) |
java.lang.String |
getText()
Gets the text of the entry.
|
java.lang.String |
getTypeIdentifier()
Gets a type identifier for this field (which is typically a letter).
|
boolean |
hasBookmark() |
boolean |
isInFieldCode() |
void |
setEntryLevel(java.lang.String value)
Sets the level of the entry.
|
void |
setOmitPageNumber(boolean value)
Sets whether page number in TOC should be omitted for this field.
|
void |
setText(java.lang.String value)
Sets the text of the entry.
|
void |
setTypeIdentifier(java.lang.String value)
Sets a type identifier for this field (which is typically a letter).
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic final int getSwitchType(java.lang.String switchName)
public final java.lang.String getText()
public final void setText(java.lang.String value)
throws java.lang.Exception
value - The text of the entry.java.lang.Exceptionpublic final java.lang.String getTypeIdentifier()
public final void setTypeIdentifier(java.lang.String value)
throws java.lang.Exception
value - A type identifier for this field (which is typically a letter).java.lang.Exceptionpublic final java.lang.String getEntryLevel()
public final void setEntryLevel(java.lang.String value)
throws java.lang.Exception
value - The level of the entry.java.lang.Exceptionpublic final boolean getOmitPageNumber()
public final void setOmitPageNumber(boolean value)
throws java.lang.Exception
value - Whether page number in TOC should be omitted for this field.java.lang.Exceptionpublic final Paragraph getParagraph()
public final int getLevel()
public final java.lang.String getDocumentOutlineTitle()
public final boolean isInFieldCode()
public final boolean hasBookmark()
public final int getSequenceValue(java.lang.String sequenceIdentifier)
public final int getPageNumber()