PdfBookmark

data class PdfBookmark(val title: String, val destination: PdfDestination?, val target: PdfLinkTarget?, val color: PdfColor?, val children: List<PdfBookmark>)

An entry of the document outline (bookmark tree).

Constructors

Link copied to clipboard
constructor(title: String, destination: PdfDestination?, target: PdfLinkTarget?, color: PdfColor?, children: List<PdfBookmark>)

Properties

Link copied to clipboard

Nested child entries in document order.

Link copied to clipboard

Custom display color, or null for the viewer default.

Link copied to clipboard

Location this entry jumps to, when it points inside the document.

Link copied to clipboard

Raw link target, set when the entry points elsewhere.

Link copied to clipboard

Display title of the entry.