Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the reference point against which the frame position is calculated.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdFramePosition
'Usage
Dim instance As WdFramePosition
public enum WdFramePosition
Members
| Member name | Description | |
|---|---|---|
| wdFrameTop | Top margin. | |
| wdFrameLeft | Left margin. | |
| wdFrameBottom | Bottom margin. | |
| wdFrameRight | Right margin. | |
| wdFrameCenter | Center of document. | |
| wdFrameInside | Content on inside of frame. | |
| wdFrameOutside | Content on outside of frame. |