appendOptions Enumeration

This enumeration lists the modes in which one word processor document can be appended to another of the same type (DOCX or RTF) by the AppendDocumentFile methods. The possible values are:

Appending Options

Name Value Description
appendNone 0 Disregard headers and footers in the first section of the appended document.
appendHeader 1 Keep the header defined in the first section of the appended document. It will override whatever header may be defined in the last section of the prior document.
appendFooter 2 Keep the footer defined in the first section of the appended document. It will override whatever footer may be defined in the last section of the prior document.
appendBoth 3 Keep both the header and the footer as defined in the first section of the appended document.