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)

Syntax

'Declaration
Public Enumeration WdPasteDataType
'Usage
Dim instance As WdPasteDataType
public enum WdPasteDataType

Members

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

Remarks

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

See Also

Reference

Microsoft.Office.Interop.Word Namespace