ParagraphData
Vue de l’ensemble
ParagraphData est une classe dans Aspose.Words FOSS pour Python.
Paragraphe avec style et contenu.
Propriétés : ‘alignment’, ‘border_size’, `has_bottom_borde’, ‘is_list_item’, ’list-id’, ‘list/level’ et 3 autres.
Propriétés
| 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. |
Voir aussi
- Aspose.Words pour Python — Enterprise API Reference