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)
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