New to Kendo UI for Angular? Start a free 30-day trial
TextRun
Updated on May 5, 2026
Defines a text run within a rich text paragraph. A text run is a contiguous range of text with the same formatting.
| Name | Type | Default | Description |
|---|---|---|---|
bold? |
|
Specifies whether the text is bold. | |
color? |
|
The color of the text. Accepts valid CSS colors. | |
fontFamily? |
|
|
The font family of the text. |
fontSize? |
|
|
The font size in pixels of the text. |
italic? |
|
Specifies whether the text is italic. | |
text |
|
The text content of the run. | |
type? |
|
The type of the run. Can be omitted for text runs. | |
underline? |
|
Specifies whether the text is underlined. |