NodeImporter constructor

NodeImporter(srcDoc, dstDoc, importFormatMode)

Initializes a new instance of the NodeImporter class.

NodeImporter(srcDoc: Aspose.Words.DocumentBase, dstDoc: Aspose.Words.DocumentBase, importFormatMode: Aspose.Words.ImportFormatMode)
ParameterTypeDescription
srcDocDocumentBaseThe source document.
dstDocDocumentBaseThe destination document that will be the owner of imported nodes.
importFormatModeImportFormatModeSpecifies how to merge style formatting that clashes.

NodeImporter(srcDoc, dstDoc, importFormatMode, importFormatOptions)

Initializes a new instance of the NodeImporter class.

NodeImporter(srcDoc: Aspose.Words.DocumentBase, dstDoc: Aspose.Words.DocumentBase, importFormatMode: Aspose.Words.ImportFormatMode, importFormatOptions: Aspose.Words.ImportFormatOptions)
ParameterTypeDescription
srcDocDocumentBaseThe source document.
dstDocDocumentBaseThe destination document that will be the owner of imported nodes.
importFormatModeImportFormatModeSpecifies how to merge style formatting that clashes.
importFormatOptionsImportFormatOptionsSpecifies various options to format imported node.

See Also