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

Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Méthodes publiques

Méthode Description
InsertDocumentAtBookmark ( string dataDir ) : void
InsertDocumentAtMailMerge ( string dataDir ) : void
InsertDocumentAtReplace ( string dataDir ) : void
Run ( ) : void

Private Methods

Méthode 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 méthode

public static InsertDocumentAtBookmark ( string dataDir ) : void
dataDir string
Résultat void

InsertDocumentAtMailMerge() public static méthode

public static InsertDocumentAtMailMerge ( string dataDir ) : void
dataDir string
Résultat void

InsertDocumentAtReplace() public static méthode

public static InsertDocumentAtReplace ( string dataDir ) : void
dataDir string
Résultat void

Run() public static méthode

public static Run ( ) : void
Résultat void