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