get_element_by_id method
get_element_by_id
Returns the first element within node’s descendants whose ID is elementId.
Returns
Returns the first matched element.
def get_element_by_id(self, element_id):
...
Parameter | Type | Description |
---|---|---|
element_id | str | The element identifier. |
See Also
- module
aspose.svg.dom
- class
INonElementParentNode