public class FieldNoteRef extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBookmarkName()
Gets the name of the bookmark.
|
boolean |
getInsertHyperlink()
Gets whether to insert a hyperlink to the bookmarked paragraph.
|
boolean |
getInsertReferenceMark()
Inserts the reference mark with the same character formatting as the Footnote Reference or Endnote Reference style.
|
boolean |
getInsertRelativePosition()
Gets whether to insert a relative position of the bookmarked paragraph.
|
int |
getSwitchType(java.lang.String switchName) |
void |
setBookmarkName(java.lang.String value)
Sets the name of the bookmark.
|
void |
setInsertHyperlink(boolean value)
Sets whether to insert a hyperlink to the bookmarked paragraph.
|
void |
setInsertReferenceMark(boolean value)
Inserts the reference mark with the same character formatting as the Footnote Reference or Endnote Reference style.
|
void |
setInsertRelativePosition(boolean value)
Sets whether to insert a relative position of the bookmarked paragraph.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getBookmarkName()
public void setBookmarkName(java.lang.String value)
throws java.lang.Exception
value - The name of the bookmark.java.lang.Exceptionpublic boolean getInsertReferenceMark()
boolean value.public void setInsertReferenceMark(boolean value)
throws java.lang.Exception
value - The corresponding boolean value.java.lang.Exceptionpublic boolean getInsertHyperlink()
public void setInsertHyperlink(boolean value)
throws java.lang.Exception
value - Whether to insert a hyperlink to the bookmarked paragraph.java.lang.Exceptionpublic boolean getInsertRelativePosition()
public void setInsertRelativePosition(boolean value)
throws java.lang.Exception
value - Whether to insert a relative position of the bookmarked paragraph.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)