is_bold property
is_bold property
Gets or sets a value indicating whether the font is bold.
Definition:
@property
def is_bold(self):
...
@is_bold.setter
def is_bold(self, value):
...
See Also
- module
aspose.cells.drawing.texts
- class
TextOptions