ParsedStyle
Overview
ParsedStyle is a class in Aspose.Words FOSS for Python.
Parsed style information.
Properties: base_style, code_language, code_type, heading_level, is_code, is_list_paragraph, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Gets the name. |
base_style | Optional[str] | Read | Gets the base style. |
heading_level | int | Read | Gets the heading level. |
is_quote | bool | Read | Gets the is quote. |
quote_level | int | Read | Gets the quote level. |
is_code | bool | Read | Gets the is code. |
code_type | str | Read | Gets the code type. |
code_language | str | Read | Gets the code language. |
is_list_paragraph | bool | Read | Gets the is list paragraph. |