C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.InsertDoc

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
InsertDocumentAtBookmark ( string dataDir ) : void
InsertDocumentAtMailMerge ( string dataDir ) : void
InsertDocumentAtReplace ( string dataDir ) : void
Run ( ) : void

Private Methods

Method Description
InsertDocument ( Node insertAfterNode, Document srcDoc ) : void

Inserts content of the external document after the specified node. Section breaks and section formatting of the inserted document are ignored.

InsertDocumentWithSectionFormatting ( Node insertAfterNode, Document srcDoc ) : void

Inserts content of the external document after the specified node.

Method Details

InsertDocumentAtBookmark() public static method

public static InsertDocumentAtBookmark ( string dataDir ) : void
dataDir string
return void

InsertDocumentAtMailMerge() public static method

public static InsertDocumentAtMailMerge ( string dataDir ) : void
dataDir string
return void

InsertDocumentAtReplace() public static method

public static InsertDocumentAtReplace ( string dataDir ) : void
dataDir string
return void

Run() public static method

public static Run ( ) : void
return void