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

NameTypeAccessDescription
label_stringstrReadGets the label string.
label_valueintReadGets the label value.
fontFontReadGets the font.

See Also