Skip to content

zeropdf v1.3.0


zeropdf / TemplateParagraphBlock

Interface: TemplateParagraphBlock

Defined in: src/types.ts:1539

Template block for rendering a paragraph.

Properties

PropertyModifierTypeDescriptionDefined in
annotations?readonlyreadonly ParagraphTextAnnotation[]Inline annotations anchored to specific substrings of the rendered text.src/types.ts:1548
class?readonlystring | readonly string[]Stylesheet class name(s) applied beneath inline options.src/types.ts:1546
keepWithNext?readonlybooleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1550
options?readonlyFlowTextOptionsOptions that control this item.src/types.ts:1544
textreadonlystringText content to render or inspect.src/types.ts:1542
typereadonly"paragraph"-src/types.ts:1540

Released under the ISC license.