font_bold property

font_bold property

Determines whether the font is bold. No inheritance applied. Read/write NullableBool.

Definition:

@property
def font_bold(self):
    ...

@font_bold.setter
def font_bold(self, value):
    ...

See Also