PdfBookmarkEntry Class
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.
type PdfBookmarkEntry struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewPdfBookmarkEntry | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetText | Title of a bookmark. |
SetText | Title of a bookmark. |
GetDestination | The cell to which the bookmark link. |
SetDestination | The cell to which the bookmark link. |
GetDestinationName | Gets or sets name of destination. |
SetDestinationName | Gets or sets name of destination. |
IsOpen | When this property is true, the bookmarkentry will expand, otherwise it will collapse. |
SetIsOpen | When this property is true, the bookmarkentry will expand, otherwise it will collapse. |
IsCollapse | When this property is true, the bookmarkentry will collapse, otherwise it will expand. |
SetIsCollapse | When this property is true, the bookmarkentry will collapse, otherwise it will expand. |