Appends the specified Word Document at the end of this Document.

NOTE: This is a more complicated version of the Append function. It attempts to map styles, which may mean default/ normal styles are handled better.

Syntax

ISWordDocument.Append2(wordDocument, useCurrentStyles)

Parameters

NameTypeOptionalByRefDescription
wordDocument ISWordDocument The Document to append.
useCurrentStyles Boolean Determines whether to use the current styles (True), or appending document styles (False).

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISWordDocument
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0