PdfBookmarkEntry
PdfBookmarkEntry class
PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or “”, current instance will be hidden and children will be inserted on current level.
new PdfBookmarkEntry()
Methods
| Name | Description |
|---|---|
| getDestination() | The cell to which the bookmark link. |
| getDestinationName() | Gets or sets name of destination. If destination name is set, the destination will be defined as a named destination wit |
| 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 cell to which the bookmark link. |
| setDestinationName() | Gets or sets name of destination. If destination name is set, the destination will be defined as a named destination wit |
| setOpen() | When this property is true, the bookmarkentry will expand, otherwise it will collapse. |
| setSubEntry() | SubEntry of a bookmark. |
| setText() | Title of a bookmark. |
getDestination()
The cell to which the bookmark link.
getDestinationName()
Gets or sets name of destination. If destination name is set, the destination will be defined as a named destination with this name.
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 cell to which the bookmark link.
setDestinationName()
Gets or sets name of destination. If destination name is set, the destination will be defined as a named destination with this name.
setOpen()
When this property is true, the bookmarkentry will expand, otherwise it will collapse.
setSubEntry()
SubEntry of a bookmark.
setText()
Title of a bookmark.