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)
Syntax
'Declaration
Public Enumeration WdOLEPlacement
'Usage
Dim instance As WdOLEPlacement
public enum WdOLEPlacement
Members
Member name | Description | |
---|---|---|
wdInLine | In line with text. | |
wdFloatOverText | Float over text. |
Remarks
Used with the PasteSpecial method of the Range or Selection object.