color proprietà
color proprietà
Ottiene o imposta il colore del tipo di carattere.
Definizione:
@property
def color(self):
...
@color.setter
def color(self, value):
...
Guarda anche
- modulo aspose.cells
- classe Font
Ottiene o imposta il colore del tipo di carattere.
@property
def color(self):
...
@color.setter
def color(self, value):
...