ListFormat
Overview
ListFormat is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
ListFormat.is_list_item indicates whether the paragraph is a list item.
Properties: is_list_item, list_id, list_level_number.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_list_item | bool | Read | Gets the is list item. |
list_level_number | int | Read | Gets the list level number. |
list_id | int | Read | Gets the list id. |