ListLabel
Overview
ListLabel is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
Snapshot of a list-item’s rendered bullet/number label.
Properties: font, label_string, label_value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
label_string | str | Read | Gets the label string. |
label_value | int | Read | Gets the label value. |
font | Font | Read | Gets the font. |