Overview
Run is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Run.text holds the literal text content of the run.
Properties: font, text, type.
Properties
| Name | Type | Access | Description |
|---|
type | str | Read | Gets the type. |
text | str | Read | Gets the text. |
font | Font | Read | Gets the font. |
See Also