WdOLEPlacement Enum

Definition

Specifies the placement for an OLE object.

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

Fields

wdFloatOverText 1

Float over text.

wdInLine 0

In line with text.

Remarks

Used with the PasteSpecial method of the Range or Selection object.

Applies to