WdPasteOptions Enum

Definition

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

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.

Applies to