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