color property
color property
Gets or sets the Color of the font.
Definition:
@property
def color(self):
...
@color.setter
def color(self, value):
...
See Also
- module
aspose.cells
- class
Font
Gets or sets the Color of the font.
@property
def color(self):
...
@color.setter
def color(self, value):
...
aspose.cells
Font