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
| Name | Type | Access | Description |
|---|---|---|---|
style_name | str | Read | Gets the style name. |
heading_level | int | Read | Gets the heading level. |
is_quote | bool | Read | Gets the is quote. |
quote_level | int | Read | Gets the quote level. |
is_list_item | bool | Read | Gets the is list item. |
list_level | int | Read | Gets the list level. |
list_type | str | Read | Gets the list type. |
list_marker | str | Read | Gets the list marker. |
is_code_block | bool | Read | Gets the is code block. |
code_language | str | Read | Gets the code language. |
alignment | str | Read | Gets the alignment. |