font_bold propiedad
font_bold propiedad
Indica si la fuente está en negrita.
Definición:
@property
def font_bold(self):
...
@font_bold.setter
def font_bold(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
TextEffectFormat
Indica si la fuente está en negrita.
@property
def font_bold(self):
...
@font_bold.setter
def font_bold(self, value):
...
aspose.cells.drawing
TextEffectFormat