Aspose.Note for .Net
NumberList Constructor (String, String, Int32) |
Initializes a new instance of the NumberList class.
This instance represents a bulleted list.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public NumberList( string bulletedSymbol, string font, int fontSize )
Public Sub New ( bulletedSymbol As String, font As String, fontSize As Integer )
public: NumberList( String^ bulletedSymbol, String^ font, int fontSize )
new : bulletedSymbol : string * font : string * fontSize : int -> NumberList
Parameters
- bulletedSymbol
- Type: SystemString
A symbol which represents a bullet. - font
- Type: SystemString
A font for the bullet. - fontSize
- Type: SystemInt32
A font size for the bullet.
