sempdf
sempdf v1.9.1Interfaces

Interface: TemplateParagraphBlock

sempdf v1.9.1


sempdf / TemplateParagraphBlock

Defined in: src/types.ts:1810

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:1819
class?readonlyClassNameInputStylesheet class name(s) applied beneath inline options.src/types.ts:1817
keepWithNext?readonlybooleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1821
options?readonlyFlowTextOptionsOptions that control this item.src/types.ts:1815
textreadonlystringText content to render or inspect.src/types.ts:1813
typereadonly"paragraph"-src/types.ts:1811

On this page