CharProps
Overview
CharProps is a class in Aspose.Words FOSS for Python.
Properties extracted from CHPX for a text run.
This class provides 1 method for working with CharProps objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: all_caps, bold, color, emboss, engrave, font_index, and 15 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
bold | bool | Read | Gets the bold. |
italic | bool | Read | Gets the italic. |
underline | int | Read | Gets the underline. |
strikethrough | bool | Read | Gets the strikethrough. |
font_index | int | Read | Gets the font index. |
font_size | float | Read | Gets the font size. |
color | str | Read | Gets the color. |
highlight_color | str | Read | Gets the highlight color. |
superscript | bool | Read | Gets the superscript. |
subscript | bool | Read | Gets the subscript. |
all_caps | bool | Read | Gets the all caps. |
small_caps | bool | Read | Gets the small caps. |
hidden | bool | Read | Gets the hidden. |
emboss | bool | Read | Gets the emboss. |
engrave | bool | Read | Gets the engrave. |
outline | bool | Read | Gets the outline. |
shadow | bool | Read | Gets the shadow. |
kerning | float | Read | Gets the kerning. |
style_index | int | Read | Gets the style index. |
is_special | bool | Read | Gets the is special. |
pic_location | int | Read | Gets the pic location. |
Methods
| Signature | Description |
|---|---|
__init__() |