InternalLinkNode

data class InternalLinkNode(val anchorId: String, val child: PdfNode) : PdfNode

Wraps child in a clickable region that jumps to the AnchorNode registered under anchorId. Forward references are fine — the target anchor may appear later in the document. Links to anchors that never get registered are silently inert.

Supported by the iOS and JVM backends; Android draws the visual styling only.

Constructors

Link copied to clipboard
constructor(anchorId: String, child: PdfNode)

Properties

Link copied to clipboard
Link copied to clipboard