NumberList.IsItalic Property

Aspose.Note for .NET API

NumberListIsItalic Property

Gets or sets a value indicating whether the text style is italic.

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

Property Value

Type: Boolean
See Also