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_namestrReadGets the style name.
heading_levelintReadGets the heading level.
is_quoteboolReadGets the is quote.
quote_levelintReadGets the quote level.
is_list_itemboolReadGets the is list item.
list_levelintReadGets the list level.
list_typestrReadGets the list type.
list_markerstrReadGets the list marker.
is_code_blockboolReadGets the is code block.
code_languagestrReadGets the code language.
alignmentstrReadGets the alignment.

See Also