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
|
fBookmarkReferencenamedescriptionfitTypefitModemarginLeftmarginRightmarginTopmarginBottomlistInPDFlevelexpanded
|
|
Parameters
|
Stringname
[optional] The name of the bookmark.
Stringdescription
[optional] The description to use for the bookmark.
intfitType
[optional] The fit type to use for the bookmark. See fBookmarkReference.BookmarkFitType.
intfitMode
[optional] The fit mode to use for the bookmark. See fBookmarkReference.BookmarkFitMode.
fLengthmarginLeft
[optional] This determines the left margin to apply to the fBookmarkReference.fitMode.
fLengthmarginRight
[optional] This determines the right margin to apply to the fBookmarkReference.fitMode.
fLengthmarginTop
[optional] This determines the top margin to apply to the fBookmarkReference.fitMode.
fLengthmarginBottom
[optional] This determines the bottom margin to apply to the fBookmarkReference.fitMode.
booleanlistInPDF
[optional] Should the bookmark be listed in the PDF bookmark list.
intlevel
[optional] The level within the PDF bookmark list to place the bookmark.
booleanexpanded
[optional] If true, the bookmark will be expanded in the PDF bookmark list.
|
Returns
|
fBookmarkReference. A new object of class fBookmarkReference.
|
readResolveobj
|
|
Parameters
|
Objectobj
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.
|