public class FieldSeq extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBookmarkName()
Gets a bookmark name that refers to an item elsewhere in the document rather than in the current location.
|
boolean |
getInsertNextNumber()
Gets whether to insert the next sequence number for the specified item.
|
java.lang.String |
getResetHeadingLevel()
Gets an integer number representing a heading level to reset the sequence number to.
|
java.lang.String |
getResetNumber()
Gets an integer number to reset the sequence number to.
|
java.lang.String |
getSequenceIdentifier()
Gets the name assigned to the series of items that are to be numbered.
|
int |
getSwitchType(java.lang.String switchName) |
void |
setBookmarkName(java.lang.String value)
Sets a bookmark name that refers to an item elsewhere in the document rather than in the current location.
|
void |
setInsertNextNumber(boolean value)
Sets whether to insert the next sequence number for the specified item.
|
void |
setResetHeadingLevel(java.lang.String value)
Sets an integer number representing a heading level to reset the sequence number to.
|
void |
setResetNumber(java.lang.String value)
Sets an integer number to reset the sequence number to.
|
void |
setSequenceIdentifier(java.lang.String value)
Sets the name assigned to the series of items that are to be numbered.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getSequenceIdentifier()
public void setSequenceIdentifier(java.lang.String value)
throws java.lang.Exception
value - The name assigned to the series of items that are to be numbered.java.lang.Exceptionpublic java.lang.String getBookmarkName()
public void setBookmarkName(java.lang.String value)
throws java.lang.Exception
value - A bookmark name that refers to an item elsewhere in the document rather than in the current location.java.lang.Exceptionpublic boolean getInsertNextNumber()
public void setInsertNextNumber(boolean value)
throws java.lang.Exception
value - Whether to insert the next sequence number for the specified item.java.lang.Exceptionpublic java.lang.String getResetNumber()
public void setResetNumber(java.lang.String value)
throws java.lang.Exception
value - An integer number to reset the sequence number to.java.lang.Exceptionpublic java.lang.String getResetHeadingLevel()
public void setResetHeadingLevel(java.lang.String value)
throws java.lang.Exception
value - An integer number representing a heading level to reset the sequence number to.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)