NumberList Constructor (String, NumberFormat, String, Int32)

Aspose.Note for .NET API

NumberList Constructor (String, NumberFormat, String, Int32)

Initializes a new instance of the NumberList class. This instance represents a numbered list.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public NumberList(
	string format,
	NumberFormat numberFormat,
	string font,
	int fontSize
)
Public Sub New ( 
	format As String,
	numberFormat As NumberFormat,
	font As String,
	fontSize As Integer
)
public:
NumberList(
	String^ format, 
	NumberFormat numberFormat, 
	String^ font, 
	int fontSize
)
new : 
        format : string * 
        numberFormat : NumberFormat * 
        font : string * 
        fontSize : int -> NumberList

Parameters

format
Type: SystemString
The format of the numbered header.
numberFormat
Type: Aspose.NoteNumberFormat
The format of the number in header.
font
Type: SystemString
A font for the numbered header.
fontSize
Type: SystemInt32
A font size for the numbered header.
See Also