NumberList.Format Property

Aspose.Note for .NET API

NumberListFormat Property

Gets or sets the format of the line header. For bulleted lists represents a bullet symbol.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string Format { get; set; }
Public Property Format As String
	Get
	Set
public:
property String^ Format {
	String^ get ();
	void set (String^ value);
}
member Format : string with get, set

Property Value

Type: String
See Also