getEmitPageBoundaryMarkers

public final boolean getEmitPageBoundaryMarkers()

When enabled, the layout-preserving text converter emits a unique HTML-comment marker at the start of every page (, where N is the 1-indexed physical page number), so downstream tooling can slice the text reliably back into per-page chunks. The same marker format the Markdown exporter uses, so consumers can treat both identically.

Return

The value of the EmitPageBoundaryMarkers property.