text propiedad
text propiedad
Obtiene y establece el text de la forma.
Definición:
@property
def text(self):
...
@text.setter
def text(self, value):
...
Ver también
- módulo aspose.cells.drawing.texts
- clase FontSettingCollection
Obtiene y establece el text de la forma.
@property
def text(self):
...
@text.setter
def text(self, value):
...