WdOLEPlacement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdInLine | 0 | In line with text. |
wdFloatOverText | 1 | Float over text. |
Remarks
Used with the PasteSpecial method of the Range or Selection object.