value property
value property
Represents the string value of the input element that is directly mapped to the ‘value’ attribute.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.html.forms
- class
TextAreaElement