WdPasteOptions Enumeration
Word Developer Reference |
Indicates how to paste copied text.
Version Information
Version Added:
Name | Value | Description |
---|---|---|
wdKeepSourceFormatting | 0 | Keeps formatting from the source document. |
wdKeepTextOnly | 2 | Keeps text only, without formatting. |
wdMatchDestinationFormatting | 1 | Matches formatting to the destination document. |
wdUseDestinationStyles | 3 | Matches formatting to the destination document using styles for formatting. |
Remarks
The PasteFormatBetweenDocuments, PasteFormatBetweenStyledDocuments, PasteFormatFromExternalSource, and PasteFormatWithinDocument properties all use this enumeration.