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/Write | Gets or sets the text. |
style_name | str | Read/Write | Gets or sets the style name. |
runs | list[RunData] | Read/Write | Gets or sets the runs. |
is_list_item | bool | Read/Write | Gets or sets the is list item. |
list_level | int | Read/Write | Gets or sets the list level. |
list_id | Optional[int] | Read/Write | Gets or sets the list id. |
alignment | str | Read/Write | Gets or sets the alignment. |
has_bottom_border | bool | Read/Write | Gets or sets the has bottom border. |
border_size | int | Read/Write | Gets or sets the border size. |