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

NameTypeAccessDescription
namestrReadGets the name.
base_styleOptional[str]ReadGets the base style.
heading_levelintReadGets the heading level.
is_quoteboolReadGets the is quote.
quote_levelintReadGets the quote level.
is_codeboolReadGets the is code.
code_typestrReadGets the code type.
code_languagestrReadGets the code language.
is_list_paragraphboolReadGets the is list paragraph.

See Also