WdPasteOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how to paste copied text.
public enum class WdPasteOptions
[System.Runtime.InteropServices.Guid("A34C1A4A-9468-39DD-B46C-C3A6ABD67DFB")]
public enum WdPasteOptions
type WdPasteOptions =
Public Enum WdPasteOptions
- Inheritance
-
WdPasteOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdKeepSourceFormatting | 0 | Keeps formatting from the source document. |
wdMatchDestinationFormatting | 1 | Matches formatting to the destination document. |
wdKeepTextOnly | 2 | Keeps text only, without formatting. |
wdUseDestinationStyles | 3 | Matches formatting to the destination document using styles for formatting. |