IBasePortionFormatFontItalic Property |
Determines whether the font is itallic. No inheritance applied.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxNullableBool FontItalic { get; set; }
Property FontItalic As NullableBool
Get
Set
property NullableBool FontItalic {
NullableBool get ();
void set (NullableBool value);
}
abstract FontItalic : NullableBool with get, set
Property Value
Type:
NullableBool
See Also