sempdf v1.9.1Interfaces
Interface: TemplateRichParagraphBlock
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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
annotations? | readonly | readonly ParagraphTextAnnotation[] | Inline annotations anchored to specific substrings of the rendered text. | src/types.ts:1871 |
class? | readonly | ClassNameInput | Stylesheet class name(s) applied beneath inline options. | src/types.ts:1873 |
keepWithNext? | readonly | boolean | Whether this block should stay on the same page as the following block when possible. | src/types.ts:1875 |
options? | readonly | FlowRichTextOptions | Options that control this block. | src/types.ts:1869 |
runs | readonly | readonly InlineTextRun[] | The styled inline runs to lay out together. | src/types.ts:1867 |
type | readonly | "richParagraph" | - | src/types.ts:1865 |