AnchorNode

data class AnchorNode(val id: String) : PdfNode

Zero-size marker registering a named jump target at the marker's rendered position. Pair with InternalLinkNode to build clickable cross-references and tables of contents.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

document-unique destination name. Registering the same id twice keeps the last occurrence.