PageBreak

data object PageBreak : ReportNode(source)

A logical page or section separator.

Renderers map this to their format equivalent: <hr> in HTML, --- in Markdown, \newpage in LaTeX, or a line of dashes in plain text.

Functions

Link copied to clipboard
open override fun accept(visitor: ReportVisitor)

Double-dispatch entry point — each node calls the appropriate visitor method.