text property
text property
Gets and sets the text of the shape.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- module
aspose.cells.drawing.texts
- class
FontSettingCollection
Gets and sets the text of the shape.
@property
def text(self):
...
@text.setter
def text(self, value):
...
aspose.cells.drawing.texts
FontSettingCollection