WdPasteDataType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format for the Clipboard contents when they are inserted into a document.
public enum class WdPasteDataType
[System.Runtime.InteropServices.Guid("773B6CF3-4435-343F-BA19-8F0B7D78CC67")]
public enum WdPasteDataType
type WdPasteDataType =
Public Enum WdPasteDataType
- Inheritance
-
WdPasteDataType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPasteOLEObject | 0 | OLE object. |
wdPasteRTF | 1 | Rich Text Format (RTF). |
wdPasteText | 2 | Text. |
wdPasteMetafilePicture | 3 | Metafile picture. |
wdPasteBitmap | 4 | Bitmap. |
wdPasteDeviceIndependentBitmap | 5 | Device-independent bitmap. |
wdPasteHyperlink | 7 | Hyperlink. |
wdPasteShape | 8 | Shape. |
wdPasteEnhancedMetafile | 9 | Enhanced metafile. |
wdPasteHTML | 10 | HTML. |
Remarks
Used with the PasteSpecial method of the Range or Selection object.