C# 클래스 Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.InsertDoc

파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
InsertDocumentAtBookmark ( string dataDir ) : void
InsertDocumentAtMailMerge ( string dataDir ) : void
InsertDocumentAtReplace ( string dataDir ) : void
Run ( ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

InsertDocumentAtBookmark() 공개 정적인 메소드

public static InsertDocumentAtBookmark ( string dataDir ) : void
dataDir string
리턴 void

InsertDocumentAtMailMerge() 공개 정적인 메소드

public static InsertDocumentAtMailMerge ( string dataDir ) : void
dataDir string
리턴 void

InsertDocumentAtReplace() 공개 정적인 메소드

public static InsertDocumentAtReplace ( string dataDir ) : void
dataDir string
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void