PageCounter

class PageCounter(val target: PageCounter.Target) : Node

A counter for the current or total page number. In case the current document type does not support page counting (e.g. plain document), a placeholder is used at rendering time.

Parameters

target

whether the counter should display the current or total page number

Constructors

Link copied to clipboard
constructor(target: PageCounter.Target)

Types

Link copied to clipboard

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