Skip to content

zeropdf v1.3.0


zeropdf / TemplateHeadingBlock

Interface: TemplateHeadingBlock

Defined in: src/types.ts:1413

Template block for rendering a heading.

Properties

PropertyModifierTypeDescriptionDefined in
annotations?readonlyreadonly ParagraphTextAnnotation[]Inline annotations anchored to substrings of the rendered heading text.src/types.ts:1422
class?readonlystring | readonly string[]Stylesheet class name(s) applied beneath inline options.src/types.ts:1420
keepWithNext?readonlybooleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1424
options?readonlyFlowHeadingOptionsOptions that control this item.src/types.ts:1418
textreadonlystringText content to render or inspect.src/types.ts:1416
typereadonly"heading"-src/types.ts:1414

Released under the ISC license.