class
PdfBookmarkEntry
Source: aspose.
new PdfBookmarkEntry()
Methods
getDestination()
The page to which the bookmark link.
getSubEntry()
SubEntry of a bookmark.
getText()
Title of a bookmark.
isCollapse()
When this property is true, the bookmarkentry will collapse, otherwise it will expand.
isOpen()
When this property is true, the bookmarkentry will expand, otherwise it will collapse.
setCollapse()
When this property is true, the bookmarkentry will collapse, otherwise it will expand.
setDestination()
The page to which the bookmark link.
setOpen()
When this property is true, the bookmarkentry will expand, otherwise it will collapse.
setSubEntry()
SubEntry of a bookmark.
setText()
Title of a bookmark.