ListFormat
Overview
ListFormat 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.
ListFormat.is_list_item indicates whether the paragraph is a list item.
特性: is_list_item, list_id, list_level_number.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_list_item | bool | Read | 得到了列表中的项目. |
list_level_number | int | Read | 得到列表级别的号码. |
list_id | int | Read | 得到了名单的身份. |