NumberList

Overview

NumberList is a class in Aspose.Note FOSS for Python.

NumberList.GetNumberedListHeader returns the header string for the specified list number.

This class provides 1 method for working with NumberList objects in Python programs. Available methods include: GetNumberedListHeader. All exported members are accessible to any Python application after installing the Aspose.Note FOSS for Python package. Properties: Font, FontColor, FontSize, Format, IsBold, IsItalic, and 3 more.

Properties

NameTypeAccessDescription
Formatstr | NoneReadGets the format.
NumberFormatstr | NoneReadGets the number format.
Fontstr | NoneReadGets the font.
FontSizefloat | NoneReadGets the font size.
FontColorint | NoneReadGets the font color.
IsBoldboolReadGets the is bold.
IsItalicboolReadGets the is italic.
LastModifiedTimedatetime | NoneReadGets the last modified time.
Restartint | NoneReadGets the restart.

Methods

SignatureDescription
GetNumberedListHeader(number: int)strReturns the header string for the specified list number

See Also