Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.