Skip to content

zeropdf v1.3.0


zeropdf / TemplateRichParagraphBlock

Interface: TemplateRichParagraphBlock

Defined in: src/types.ts:1557

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
class?readonlystring | readonly string[]Stylesheet class name(s) applied beneath inline options.src/types.ts:1564
keepWithNext?readonlybooleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1566
options?readonlyFlowRichTextOptionsOptions that control this block.src/types.ts:1562
runsreadonlyreadonly InlineTextRun[]The styled inline runs to lay out together.src/types.ts:1560
typereadonly"richParagraph"-src/types.ts:1558

Released under the ISC license.