PageNumberFormatter

class PageNumberFormatter(val format: String) : Node

Marker node used to specify the format of page numbers during rendering.

Parameters

format

the format string for page numbers, e.g. "1", "i", "A".

Constructors

Link copied to clipboard
constructor(format: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T> accept(visitor: NodeVisitor<T>): T

Accepts a visitor.

Link copied to clipboard

Retrieves the stored media associated with this node, if any.

Link copied to clipboard