NodeImporter
Overview
NodeImporter is a class in Aspose.Words FOSS for .NET.
Allows to efficiently perform repeated import of nodes from one document to another.
This class provides 3 methods for working with NodeImporter objects in .NET programs.
Available methods include: ImportNode, NodeImporter.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
NodeImporter(srcDoc: DocumentBase, dstDoc: DocumentBase, importFormatMode: ImportFormatMode) | Initializes a new instance of the NodeImporter class. |
NodeImporter(srcDoc: DocumentBase, dstDoc: DocumentBase, importFormatMode: ImportFormatMode, importFormatOptions: ImportFormatOptions) | Initializes a new instance of the NodeImporter class. |
ImportNode(srcNode: Node, isImportChildren: bool) | Imports a node from one document into another. |