alternative_text proprietà
alternative_text proprietà
Restituisce o imposta la stringa di testo descrittivo (alternativa) dell’oggetto Shape
.
Esempio
shape.alternative_text = "a rectangle"
Definizione:
@property
def alternative_text(self):
...
@alternative_text.setter
def alternative_text(self, value):
...
Guarda anche
- modulo
aspose.cells.drawing
- classe
GroupShape
- classe
Shape