WdExportItem Enumeration
Word Developer Reference |
Specifies whether to export the document with markup.
Version Information
Version Added:
Name | Value | Description |
---|---|---|
wdExportDocumentContent | 0 | Exports the document without markup. |
wdExportDocumentWithMarkup | 7 | Exports the document with markup. |
Remarks
Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.