PdfBookmarkEntry Class

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

MethodDescription
NewPdfBookmarkEntryDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTextTitle of a bookmark.
SetTextTitle of a bookmark.
GetDestinationThe cell to which the bookmark link.
SetDestinationThe cell to which the bookmark link.
GetDestinationNameGets or sets name of destination.
SetDestinationNameGets or sets name of destination.
IsOpenWhen this property is true, the bookmarkentry will expand, otherwise it will collapse.
SetIsOpenWhen this property is true, the bookmarkentry will expand, otherwise it will collapse.
IsCollapseWhen this property is true, the bookmarkentry will collapse, otherwise it will expand.
SetIsCollapseWhen this property is true, the bookmarkentry will collapse, otherwise it will expand.