Overload | Description |
---|---|
MergeDocuments(FormattingCopyStrategy,GcWordDocument[]) | Merges several source documents into a single new GcWordDocument. |
MergeDocuments(ValueTuple<GcWordDocument,FormattingCopyStrategy>[]) | Merges several source documents into a single new GcWordDocument. |
MergeDocuments(GcWordDocument[]) | Merges several source documents into a single new GcWordDocument, using FormattingCopyStrategy.Copy to preserve formatting of the source documents. |