sempdf v1.9.1Interfaces
Interface: TemplateParagraphBlock
sempdf / TemplateParagraphBlock
Defined in: src/types.ts:1810
Template block for rendering a paragraph.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
annotations? | readonly | readonly ParagraphTextAnnotation[] | Inline annotations anchored to specific substrings of the rendered text. | src/types.ts:1819 |
class? | readonly | ClassNameInput | Stylesheet class name(s) applied beneath inline options. | src/types.ts:1817 |
keepWithNext? | readonly | boolean | Whether this block should stay on the same page as the following block when possible. | src/types.ts:1821 |
options? | readonly | FlowTextOptions | Options that control this item. | src/types.ts:1815 |
text | readonly | string | Text content to render or inspect. | src/types.ts:1813 |
type | readonly | "paragraph" | - | src/types.ts:1811 |