id property
id property
The element’s identifier. See the id attribute definition in HTML 4.01.
Definition:
@property
def id(self):
    ...
@id.setter
def id(self, value):
    ...
See Also
- module aspose.html
- class HTMLTableElement
The element’s identifier. See the id attribute definition in HTML 4.01.
@property
def id(self):
    ...
@id.setter
def id(self, value):
    ...
aspose.htmlHTMLTableElement