PdfBookmarkEntry
Contents
[
Hide
]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.
Constructors
| Name | Description |
|---|---|
| PdfBookmarkEntry |
Properties
| Name | Type | Description |
|---|---|---|
| Text | String | Title of a bookmark. |
| Destination | Cell | The cell to which the bookmark link. |
| DestinationName | String | Gets or sets name of destination. If destination name is set, the destination will be defined as a named destination wit |
| SubEntry | ArrayList | SubEntry of a bookmark. |
| IsOpen | boolean | When this property is true, the bookmarkentry will expand, otherwise it will collapse. |
| IsCollapse | boolean | When this property is true, the bookmarkentry will collapse, otherwise it will expand. |
PdfBookmarkEntry()
PdfBookmarkEntry.Text property
Title of a bookmark.
Type: String
PdfBookmarkEntry.Destination property
The cell to which the bookmark link.
Type: Cell
PdfBookmarkEntry.DestinationName property
Gets or sets name of destination. If destination name is set, the destination will be defined as a named destination with this name.
Type: String
PdfBookmarkEntry.SubEntry property
SubEntry of a bookmark.
Type: ArrayList
PdfBookmarkEntry.IsOpen property
When this property is true, the bookmarkentry will expand, otherwise it will collapse.
Type: boolean
PdfBookmarkEntry.IsCollapse property
When this property is true, the bookmarkentry will collapse, otherwise it will expand.
Type: boolean