Overview
TextRun is a class in Aspose.Note FOSS for Python.
TextRun.Text holds the plain string content of the text run.
Properties: Style, Text.
Properties
| Name | Type | Access | Description |
|---|
Text | str | Read | Gets the text. |
Style | TextStyle | Read | Gets the style. |
See Also