WdPasteDataType 列挙型

定義

クリップボードの内容を文書に挿入するときの書式を指定します。

public enum class WdPasteDataType
[System.Runtime.InteropServices.Guid("773B6CF3-4435-343F-BA19-8F0B7D78CC67")]
public enum WdPasteDataType
type WdPasteDataType = 
Public Enum WdPasteDataType
継承
WdPasteDataType
属性

フィールド

wdPasteBitmap 4

ビットマップ

wdPasteDeviceIndependentBitmap 5

デバイスに依存しないビットマップ

wdPasteEnhancedMetafile 9

拡張メタファイル

wdPasteHTML 10

HTML

7

ハイパーリンク

wdPasteMetafilePicture 3

メタファイル

wdPasteOLEObject 0

OLE オブジェクト

wdPasteRTF 1

リッチ テキスト形式 (RTF)。

wdPasteShape 8

図形

wdPasteText 2

文字列。

注釈

Range または Selection オブジェクトの PasteSpecial メソッドと組み合わせて使用します。

適用対象