ParagraphData
Overview
ParagraphData is a class in Aspose.Words FOSS for Python.
Paragraph with style and content.
Properties: alignment, border_size, has_bottom_border, is_list_item, list_id, list_level, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Gets the text. |
style_name | str | Read | Gets the style name. |
runs | list[RunData] | Read | Gets the runs. |
is_list_item | bool | Read | Gets the is list item. |
list_level | int | Read | Gets the list level. |
list_id | Optional[int] | Read | Gets the list id. |
alignment | str | Read | Gets the alignment. |
has_bottom_border | bool | Read | Gets the has bottom border. |
border_size | int | Read | Gets the border size. |