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/Write | Gets or sets the text. |
Style | TextStyle | Read/Write | Gets or sets the style. |
See Also