Interface: TemplateRichParagraphBlock
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 |
|---|---|---|---|
class? | readonly | string | readonly string[] | Stylesheet class name(s) applied beneath inline options. |
keepWithNext? | readonly | boolean | Whether this block should stay on the same page as the following block when possible. |
options? | readonly | FlowRichTextOptions | Options that control this block. |
runs | readonly | readonly InlineTextRun[] | The styled inline runs to lay out together. |
type | readonly | "richParagraph" | - |