font_italic property
font_italic property
Indicates whether font is italic.
Definition:
@property
def font_italic(self):
...
@font_italic.setter
def font_italic(self, value):
...
See Also
- module
aspose.cells.drawing
- class
TextEffectFormat
Indicates whether font is italic.
@property
def font_italic(self):
...
@font_italic.setter
def font_italic(self, value):
...
aspose.cells.drawing
TextEffectFormat