PageNumberReset

class PageNumberReset(val startFrom: Int) : Node

Marker node used to reset the logical page number during rendering.

Parameters

startFrom

the page number to start from after the reset

Constructors

Link copied to clipboard
constructor(startFrom: Int)

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