text proprietà
text proprietà
Ottiene o imposta text dell’etichetta dell’unità di visualizzazione.
Definizione:
@property
def text(self):
...
@text.setter
def text(self, value):
...
Guarda anche
- modulo aspose.cells.charts
- classe Title
Ottiene o imposta text dell’etichetta dell’unità di visualizzazione.
@property
def text(self):
...
@text.setter
def text(self, value):
...