WdOLEPlacement Enumeration 

Specifies the placement for an OLE object.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdOLEPlacement1 As WdOLEPlacement = WdOLEPlacement.wdFloatOverText

Syntax

Public Enum WdOLEPlacement
public enum WdOLEPlacement
public enum class WdOLEPlacement
public enum WdOLEPlacement
public enum WdOLEPlacement

Members

Member name Description
wdFloatOverText Float over text.
wdInLine In line with text.

Remarks

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace