text propriété
text propriété
Obtient et définit text du contrôle.
Définition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
Voir également
- module aspose.cells.drawing.activexcontrols
- classe TextBoxActiveXControl
Obtient et définit text du contrôle.
@property
def text(self):
...
@text.setter
def text(self, value):
...