Run Namespace @beta
A sequence of characters within a Paragraph that share a single style. Runs are the leaf nodes of a TextBlock document. When laid out for display, a single run may span
multiple lines, but it will never contain different styling.
Use the type field to discriminate between the different kinds of runs.
Function
| Name | Description |
|---|---|
| Run.fromJSON | Create a run from its JSON representation. |
Defined in
Run Type Alias
Run = TextRun | FractionRun | TabRun | LineBreakRun | FieldRun
TextBlockComponents contained within a Paragraph.
Defined in
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.