Appearance
zeropdf / TemplateParagraphBlock
Interface: TemplateParagraphBlock
Defined in: src/types.ts:1539
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:1548 |
class? | readonly | string | readonly string[] | Stylesheet class name(s) applied beneath inline options. | src/types.ts:1546 |
keepWithNext? | readonly | boolean | Whether this block should stay on the same page as the following block when possible. | src/types.ts:1550 |
options? | readonly | FlowTextOptions | Options that control this item. | src/types.ts:1544 |
text | readonly | string | Text content to render or inspect. | src/types.ts:1542 |
type | readonly | "paragraph" | - | src/types.ts:1540 |