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
| Name | Type | Access | Description |
|---|---|---|---|
Format | str | None | Read | Gets the format. |
NumberFormat | str | None | Read | Gets the number format. |
Font | str | None | Read | Gets the font. |
FontSize | float | None | Read | Gets the font size. |
FontColor | int | None | Read | Gets the font color. |
IsBold | bool | Read | Gets the is bold. |
IsItalic | bool | Read | Gets the is italic. |
LastModifiedTime | datetime | None | Read | Gets the last modified time. |
Restart | int | None | Read | Gets the restart. |
Methods
| Signature | Description |
|---|---|
GetNumberedListHeader(number: int) → str | Returns the header string for the specified list number |