name property
name property
Represent the name attribute of the Button element.
Definition:
@property
def name(self):
...
@name.setter
def name(self, value):
...
See Also
- module
aspose.html.forms
- class
ButtonElement
Represent the name attribute of the Button element.
@property
def name(self):
...
@name.setter
def name(self, value):
...
aspose.html.forms
ButtonElement