is_bold property
is_bold property
Gets the value that indicates whether the font is bold.
Definition:
@property
def is_bold(self):
...
@is_bold.setter
def is_bold(self, value):
...
See Also
- module
groupdocs.parser.data - class
TextStyle
Gets the value that indicates whether the font is bold.
@property
def is_bold(self):
...
@is_bold.setter
def is_bold(self, value):
...
groupdocs.parser.dataTextStyle