Appearance
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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
class? | readonly | string | readonly string[] | Stylesheet class name(s) applied beneath inline options. | src/types.ts:1564 |
keepWithNext? | readonly | boolean | Whether this block should stay on the same page as the following block when possible. | src/types.ts:1566 |
options? | readonly | FlowRichTextOptions | Options that control this block. | src/types.ts:1562 |
runs | readonly | readonly InlineTextRun[] | The styled inline runs to lay out together. | src/types.ts:1560 |
type | readonly | "richParagraph" | - | src/types.ts:1558 |