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.svg.dom
- class
Element
The element’s identifier. See the id attribute definition in HTML 4.01.
@property
def id(self):
...
@id.setter
def id(self, value):
...
aspose.svg.dom
Element