RunFormatting
Overview
RunFormatting is a class in Aspose.Words FOSS for Python.
Text run formatting properties.
Properties: bold, code, italic, strikethrough, subscript, superscript, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
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. |
code | bool | Read/Write | Gets or sets the code. |
superscript | bool | Read/Write | Gets or sets the superscript. |
subscript | bool | Read/Write | Gets or sets the subscript. |