RunData
Overview
RunData is a class in Aspose.Words FOSS for Python.
Text run with formatting.
Properties: bold, is_code_style, italic, strikethrough, style_name, text, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Gets the text. |
bold | bool | Read | Gets the bold. |
italic | bool | Read | Gets the italic. |
underline | bool | Read | Gets the underline. |
strikethrough | bool | Read | Gets the strikethrough. |
style_name | str | Read | Gets the style name. |
is_code_style | bool | Read | Gets the is code style. |