text propiedad
text propiedad
Obtiene y establece el text de esta forma.
Ejemplo
if shape.text == None:
    shape.text = "This is a test."
Definición:
@property
def text(self):
    ...
@text.setter
def text(self, value):
    ...
Ver también
- módulo aspose.cells.drawing
- clase ComboBox