FontSavingArgsIsItalic Property |
Gets a value indicating whether font under saving is italic.
Namespace:
Aspose.Note.Saving.Html
Assembly:
Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntaxpublic bool IsItalic { get; }
Public ReadOnly Property IsItalic As Boolean
Get
public:
property bool IsItalic {
bool get ();
}
member IsItalic : bool with get
Property Value
Type:
Boolean
See Also