次の方法で共有


WdOLEPlacement 列挙型

定義

OLE オブジェクトの配置を指定します。

public enum class WdOLEPlacement
[System.Runtime.InteropServices.Guid("2F972E43-BB76-3DBB-969F-665D859F3D52")]
public enum WdOLEPlacement
type WdOLEPlacement = 
Public Enum WdOLEPlacement
継承
WdOLEPlacement
属性

フィールド

wdFloatOverText 1

位置を固定しない

wdInLine 0

行内

注釈

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

適用対象