WdPasteDataType enumeration (Word)
Specifies the format for the Clipboard contents when they are inserted into a document.
Name | Value | Description |
---|---|---|
wdPasteBitmap | 4 | Bitmap. |
wdPasteDeviceIndependentBitmap | 5 | Device-independent bitmap. |
wdPasteEnhancedMetafile | 9 | Enhanced metafile. |
wdPasteHTML | 10 | HTML. |
wdPasteHyperlink | 7 | Hyperlink. |
wdPasteMetafilePicture | 3 | Metafile picture. |
wdPasteOLEObject | 0 | OLE object. |
wdPasteRTF | 1 | Rich Text Format (RTF). |
wdPasteShape | 8 | Shape. |
wdPasteText | 2 | Text. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.