RunData
Overview
RunData is a class in Aspose.Words for Python.
Text run with formatting.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Holds the plain string content of the run |
bold | bool | Read | Indicates whether the run is formatted bold |
italic | bool | Read | |
underline | bool | Read | Indicates whether the run has underline formatting |
strikethrough | bool | Read | |
style_name | str | Read | Contains the name of the style applied to the run |
is_code_style | bool | Read | Flags the run as using a code (monospace) style |