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
namestrRead/WriteGets or sets the name.
base_styleOptional[str]Read/WriteGets or sets the base style.
heading_levelintRead/WriteGets or sets the heading level.
is_quoteboolRead/WriteGets or sets the is quote.
quote_levelintRead/WriteGets or sets the quote level.
is_codeboolRead/WriteGets or sets the is code.
code_typestrRead/WriteGets or sets the code type.
code_languagestrRead/WriteGets or sets the code language.
is_list_paragraphboolRead/WriteGets or sets the is list paragraph.

See Also

 English