public class FieldGoToButton extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayText()
Gets the text of the "button" that appears in the document, such that it can be selected to activate the jump.
|
java.lang.String |
getLocation()
Gets the name of a bookmark, a page number, or some other item to jump to.
|
void |
setDisplayText(java.lang.String value)
Sets the text of the "button" that appears in the document, such that it can be selected to activate the jump.
|
void |
setLocation(java.lang.String value)
Sets the name of a bookmark, a page number, or some other item to jump to.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getLocation()
public void setLocation(java.lang.String value)
throws java.lang.Exception
value - The name of a bookmark, a page number, or some other item to jump to.java.lang.Exceptionpublic java.lang.String getDisplayText()
public void setDisplayText(java.lang.String value)
throws java.lang.Exception
value - The text of the "button" that appears in the document, such that it can be selected to activate the jump.java.lang.Exception