first_element_child property
first_element_child property
Returns the first child that is an element, and null otherwise.
Definition:
@property
def first_element_child(self):
...
See Also
- module
aspose.svg.dom
- class
Element
- class
IParentNode
Returns the first child that is an element, and null otherwise.
@property
def first_element_child(self):
...
aspose.svg.dom
Element
IParentNode