ParsedStyle
Overview
ParsedStyle is a class in Aspose.Words for Python.
Parsed style information.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Stores the style’s identifier as a string |
base_style | Optional[str] | Read | Returns the name of the style this style inherits from, or None |
heading_level | int | Read | Returns the numeric heading level of the style (e.g., 1 for H1) |
is_quote | bool | Read | Indicates whether the style represents a block quote |
quote_level | int | Read | Indicates the nesting depth of a block quote |
is_code | bool | Read | Is True when the paragraph represents a code block |
code_type | str | Read | Returns the type of code formatting, such as “block” or “inline” |
code_language | str | Read | Returns the programming language specified for the code block |
is_list_paragraph | bool | Read | Indicates if the style is applied to a list paragraph |