Skip to main content

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

PropertyModifierTypeDescription
class?readonlystring | readonly string[]Stylesheet class name(s) applied beneath inline options.
keepWithNext?readonlybooleanWhether this block should stay on the same page as the following block when possible.
options?readonlyFlowRichTextOptionsOptions that control this block.
runsreadonlyreadonly InlineTextRun[]The styled inline runs to lay out together.
typereadonly"richParagraph"-