StyleFlagFontItalic Property |
Font italic setting will be applied.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.3.0.0 (21.3)
Syntaxpublic bool FontItalic { get; set; }
Public Property FontItalic As Boolean
Get
Set
public:
property bool FontItalic {
bool get ();
void set (bool value);
}
member FontItalic : bool with get, set
Property Value
Type:
Boolean
See Also