font_color 属性
font_color 属性
将应用字体颜色设置。
定义:
@property
def font_color(self):
...
@font_color.setter
def font_color(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 StyleFlag
将应用字体颜色设置。
@property
def font_color(self):
...
@font_color.setter
def font_color(self, value):
...