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
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Gets the name. |
sti | int | Read | Gets the sti. |
stk | int | Read | Gets the stk. |
istd_base | int | Read | Gets the istd base. |
para_props | ParaProps | Read | Gets the para props. |
para_props_set | set[str] | Read | Gets the para props set. |
char_props | CharProps | Read | Gets the char props. |
char_props_set | set[str] | Read | Gets the char props set. |
Methods
| Signature | Description |
|---|---|
__init__() |