WdPasteDataType Enumeration 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdPasteDataType1 As WdPasteDataType = WdPasteDataType.wdPasteBitmap

Syntax

Public Enum WdPasteDataType
public enum WdPasteDataType
public enum class WdPasteDataType
public enum WdPasteDataType
public enum WdPasteDataType

Members

Member name Description
wdPasteBitmap Bitmap.
wdPasteDeviceIndependentBitmap Device-independent bitmap.
wdPasteEnhancedMetafile Enhanced metafile.
wdPasteHTML HTML.
wdPasteHyperlink Hyperlink.
wdPasteMetafilePicture Metafile picture.
wdPasteOLEObject OLE object.
wdPasteRTF Rich Text Format (RTF).
wdPasteShape Shape.
wdPasteText Text.

Remarks

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace