sempdf
sempdf v1.9.1Interfaces

Interface: TemplateRichParagraphBlock

sempdf v1.9.1


sempdf / TemplateRichParagraphBlock

Defined in: src/types.ts:1864

Template block for rendering a paragraph of inline rich-text runs, mixing fonts, weights, sizes, colors, and links on the same wrapping lines.

Properties

PropertyModifierTypeDescriptionDefined in
annotations?readonlyreadonly ParagraphTextAnnotation[]Inline annotations anchored to specific substrings of the rendered text.src/types.ts:1871
class?readonlyClassNameInputStylesheet class name(s) applied beneath inline options.src/types.ts:1873
keepWithNext?readonlybooleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1875
options?readonlyFlowRichTextOptionsOptions that control this block.src/types.ts:1869
runsreadonlyreadonly InlineTextRun[]The styled inline runs to lay out together.src/types.ts:1867
typereadonly"richParagraph"-src/types.ts:1865

On this page