StyleData

Overview

StyleData is a class in Aspose.Words FOSS for Python.

Properties parsed from a style definition (STSH UPX).

This class provides 1 method for working with StyleData 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: char_props, char_props_set, istd_base, name, para_props, para_props_set, and 2 more.

Properties

NameTypeAccessDescription
namestrReadGets the name.
stiintReadGets the sti.
stkintReadGets the stk.
istd_baseintReadGets the istd base.
para_propsParaPropsReadGets the para props.
para_props_setset[str]ReadGets the para props set.
char_propsCharPropsReadGets the char props.
char_props_setset[str]ReadGets the char props set.

Methods

SignatureDescription
__init__()

See Also