import_node method
import_node
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
Returns
The Node
.
def import_node(self, imported_node, deep):
...
Parameter | Type | Description |
---|---|---|
imported_node | aspose.svg.dom.Node | The imported node. |
deep | bool | if set to true [deep]. |
See Also
- module
aspose.svg
- class
Node
- class
SVGDocument