|
description
|
|
|
Access
|
read-write
|
|
Returns
|
String
|
|
expanded
|
|
|
Access
|
read-write
|
|
Returns
|
boolean
|
|
fitMode
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
fitType
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
level
|
|
|
Access
|
read-write
|
|
Returns
|
int
|
|
listInPDF
|
|
|
Access
|
read-write
|
|
Returns
|
boolean
|
|
marginBottom
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
marginLeft
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
marginRight
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
marginTop
|
|
|
Access
|
read-write
|
|
Returns
|
fLength
|
|
name
|
|
|
Access
|
read-write
|
|
Returns
|
String
|
|
parent
|
|
|
Access
|
read-write
|
|
Returns
|
String
|
|
pdfName
|
|
|
Access
|
read-write
|
|
Returns
|
String
|
|
fBookmarkReference name description fitType fitMode marginLeft marginRight marginTop marginBottom listInPDF level expanded
|
|
|
Parameters
|
String name
[optional] The name of the bookmark.
String description
[optional] The description to use for the bookmark.
int fitType
[optional] The fit type to use for the bookmark. See fBookmarkReference.BookmarkFitType.
int fitMode
[optional] The fit mode to use for the bookmark. See fBookmarkReference.BookmarkFitMode.
fLength marginLeft
[optional] This determines the left margin to apply to the fBookmarkReference.fitMode.
fLength marginRight
[optional] This determines the right margin to apply to the fBookmarkReference.fitMode.
fLength marginTop
[optional] This determines the top margin to apply to the fBookmarkReference.fitMode.
fLength marginBottom
[optional] This determines the bottom margin to apply to the fBookmarkReference.fitMode.
boolean listInPDF
[optional] Should the bookmark be listed in the PDF bookmark list.
int level
[optional] The level within the PDF bookmark list to place the bookmark.
boolean expanded
[optional] If true, the bookmark will be expanded in the PDF bookmark list.
|
|
Returns
|
fBookmarkReference. A new object of class fBookmarkReference.
|
|
readResolve obj
|
|
|
Parameters
|
Object obj
The serialized representation.
|
|
Returns
|
fBookmarkReference. The object corresponding to the serialized representation.
|
|
toString
|
|
|
Parameters
|
None
|
|
Returns
|
String. A PI compatible representation of this bookmark reference as a string.
|