text Eigentum
text Eigentum
Stellt die Zeichenfolge in diesem TextBox-Objekt dar.
Beispiel
if shape.text == None:
shape.text = "This is a test."
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
Siehe auch
- Modul
aspose.cells.drawing
- Klasse
ComboBox