italic property
italic property
Gets or sets italic for the font.
Definition:
@property
def italic(self):
...
@italic.setter
def italic(self, value):
...
See Also
- module
aspose.cells.rendering
- class
RenderingFont
Gets or sets italic for the font.
@property
def italic(self):
...
@italic.setter
def italic(self, value):
...
aspose.cells.rendering
RenderingFont