text propriété
text propriété
Obtient et définit le text de cette forme.
Exemple
if shape.text == None:
    shape.text = "This is a test."
Définition:
@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...
Voir également
- module aspose.cells.drawing
- classe CustomXmlShape