remove_child method
remove_child
Removes the child node indicated by oldChild from the list of children, and returns it.
Returns
Returns node
def remove_child(self, child):
...
Parameter | Type | Description |
---|---|---|
child | aspose.svg.dom.Node | The old child. |
See Also
- module
aspose.svg
- class
Node
- class
SVGGradientElement