WdPasteOptions Enumeration
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. |