ListLevelInfo
Overview
ListLevelInfo is a class in Aspose.Words for Python.
Information about a list level.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
level | int | Read | Indicates the hierarchical level of the list item (0‑based) |
num_format | str | Read | Gets or sets the numbering format string for the list level |
start_value | int | Read | Gets or sets the starting number for the list level |
delimiter | str | Read | Is the character(s) placed between list numbers (e.g., ‘.’ or ‘)’) |
text_pattern | str | Read | Provides the pattern string that combines number and delimiter for list items |