WdPasteDataType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定将剪贴板内容插入到文档时采用的格式。
public enum class WdPasteDataType
[System.Runtime.InteropServices.Guid("773B6CF3-4435-343F-BA19-8F0B7D78CC67")]
public enum WdPasteDataType
type WdPasteDataType =
Public Enum WdPasteDataType
- 继承
-
WdPasteDataType
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
wdPasteOLEObject | 0 | OLE 对象。 |
wdPasteRTF | 1 | 富文本格式 (RTF)。 |
wdPasteText | 2 | 文本。 |
wdPasteMetafilePicture | 3 | 图元文件图片。 |
wdPasteBitmap | 4 | 位图。 |
wdPasteDeviceIndependentBitmap | 5 | 与设备无关的位图。 |
wdPasteHyperlink | 7 | 超链接。 |
wdPasteShape | 8 | 形状。 |
wdPasteEnhancedMetafile | 9 | 增强型图元文件。 |
wdPasteHTML | 10 | HTML。 |
注解
与 Range 或 Selection 对象的 PasteSpecial 方法一起使用。