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 public 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 | NoneRead/WriteGets or sets the format.
NumberFormatstr | NoneRead/WriteGets or sets the number format.
Fontstr | NoneRead/WriteGets or sets the font.
FontSizefloat | NoneRead/WriteGets or sets the font size.
FontColorint | NoneRead/WriteGets or sets the font color.
IsBoldboolRead/WriteGets or sets the is bold.
IsItalicboolRead/WriteGets or sets the is italic.
LastModifiedTimedatetime | NoneRead/WriteGets or sets the last modified time.
Restartint | NoneRead/WriteGets or sets the restart.

Methods

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

See Also

 English