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

NameTypeAccessDescription
boldboolReadGets the bold.
italicboolReadGets the italic.
underlineintReadGets the underline.
strikethroughboolReadGets the strikethrough.
font_indexintReadGets the font index.
font_sizefloatReadGets the font size.
colorstrReadGets the color.
highlight_colorstrReadGets the highlight color.
superscriptboolReadGets the superscript.
subscriptboolReadGets the subscript.
all_capsboolReadGets the all caps.
small_capsboolReadGets the small caps.
hiddenboolReadGets the hidden.
embossboolReadGets the emboss.
engraveboolReadGets the engrave.
outlineboolReadGets the outline.
shadowboolReadGets the shadow.
kerningfloatReadGets the kerning.
style_indexintReadGets the style index.
is_specialboolReadGets the is special.
pic_locationintReadGets the pic location.

Methods

SignatureDescription
__init__()

See Also