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 | Gets the bold. |
italic | bool | Read | Gets the italic. |
underline | bool | Read | Gets the underline. |
strikethrough | bool | Read | Gets the strikethrough. |
code | bool | Read | Gets the code. |
superscript | bool | Read | Gets the superscript. |
subscript | bool | Read | Gets the subscript. |