Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates how to paste copied text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdPasteOptions
'Usage
Dim instance As WdPasteOptions
public enum WdPasteOptions
Members
| Member name | Description | |
|---|---|---|
| wdKeepSourceFormatting | Keeps formatting from the source document. | |
| wdMatchDestinationFormatting | Matches formatting to the destination document. | |
| wdKeepTextOnly | Keeps text only, without formatting. | |
| wdUseDestinationStyles | Matches formatting to the destination document using styles for formatting. |