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/Write | Gets or sets the text. |
bold | bool | Read/Write | Gets or sets the bold. |
italic | bool | Read/Write | Gets or sets the italic. |
underline | bool | Read/Write | Gets or sets the underline. |
strikethrough | bool | Read/Write | Gets or sets the strikethrough. |
style_name | str | Read/Write | Gets or sets the style name. |
is_code_style | bool | Read/Write | Gets or sets the is code style. |