ParagraphInfo

Overview

ParagraphInfo is a class in Aspose.Words FOSS for Python.

Information about a paragraph’s style and context.

Properties: alignment, code_language, heading_level, is_code_block, is_list_item, is_quote, and 5 more.

Properties

NameTypeAccessDescription
style_namestrRead/WriteGets or sets the style name.
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_list_itemboolRead/WriteGets or sets the is list item.
list_levelintRead/WriteGets or sets the list level.
list_typestrRead/WriteGets or sets the list type.
list_markerstrRead/WriteGets or sets the list marker.
is_code_blockboolRead/WriteGets or sets the is code block.
code_languagestrRead/WriteGets or sets the code language.
alignmentstrRead/WriteGets or sets the alignment.

See Also

 English