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 public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: all_caps, bold, bold_bi, color, emboss, engrave, and 22 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.
bold_biboolReadGets the bold bi.
italic_biboolReadGets the italic bi.
no_proofingboolReadGets the no proofing.
font_index_far_eastintReadGets the font index far east.
locale_idintReadGets the locale id.
locale_id_biintReadGets the locale id bi.
locale_id_far_eastintReadGets the locale id far east.

Methods

SignatureDescription
__init__()Calls init on this CharProps instance.

See Also

 English