TextSettings

public final class TextSettings

Settings for Text. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Functions

Link copied to clipboard
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.
Link copied to clipboard
public final void setEmitPageBoundaryMarkers(boolean value)
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.