Run
Overview
Run is a class in Aspose.Words for Python.
Inherits from: BaseModel.
Run.text holds the textual content of the run.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | str | Read | Is a string representing the run’s element type |
text | str | Read | Gets or sets the textual content of the run |
font | Font | Read | Provides the Font object that defines the run’s formatting |