WdPasteDataType Enum

Definition

Specifies the format for the Clipboard contents when they are inserted into a document.

public enum class WdPasteDataType
[System.Runtime.InteropServices.Guid("773B6CF3-4435-343F-BA19-8F0B7D78CC67")]
public enum WdPasteDataType
type WdPasteDataType = 
Public Enum WdPasteDataType
Inheritance
WdPasteDataType
Attributes

Fields

wdPasteBitmap 4

Bitmap.

wdPasteDeviceIndependentBitmap 5

Device-independent bitmap.

wdPasteEnhancedMetafile 9

Enhanced metafile.

wdPasteHTML 10

HTML.

7

Hyperlink.

wdPasteMetafilePicture 3

Metafile picture.

wdPasteOLEObject 0

OLE object.

wdPasteRTF 1

Rich Text Format (RTF).

wdPasteShape 8

Shape.

wdPasteText 2

Text.

Remarks

Used with the PasteSpecial method of the Range or Selection object.

Applies to