NodeImporter constructor
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
srcDoc | DocumentBase | The source document. |
dstDoc | DocumentBase | The destination document that will be the owner of imported nodes. |
importFormatMode | ImportFormatMode | Specifies 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)
Parameter | Type | Description |
---|---|---|
srcDoc | DocumentBase | The source document. |
dstDoc | DocumentBase | The destination document that will be the owner of imported nodes. |
importFormatMode | ImportFormatMode | Specifies how to merge style formatting that clashes. |
importFormatOptions | ImportFormatOptions | Specifies various options to format imported node. |
See Also
- module Aspose.Words
- class NodeImporter