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.
class PdfBookmarkEntry;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | 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. |
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. |
constructor()
Default Constructor.
constructor();
text
Title of a bookmark.
text : string;
destination
The cell to which the bookmark link.
destination : Cell;
destinationName
Gets or sets name of destination.
destinationName : string;
Remarks
If destination name is set, the destination will be defined as a named destination with this name.
isOpen
When this property is true, the bookmarkentry will expand, otherwise it will collapse.
isOpen : boolean;
isCollapse
When this property is true, the bookmarkentry will collapse, otherwise it will expand.
isCollapse : boolean;