WdFramePosition 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 reference point against which the frame position is calculated.
public enum class WdFramePosition
[System.Runtime.InteropServices.Guid("96C35218-1F30-3B6B-B8E9-1955DDFD52C3")]
public enum WdFramePosition
type WdFramePosition =
Public Enum WdFramePosition
- Inheritance
-
WdFramePosition
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFrameTop | -999999 | Top margin. |
wdFrameLeft | -999998 | Left margin. |
wdFrameBottom | -999997 | Bottom margin. |
wdFrameRight | -999996 | Right margin. |
wdFrameCenter | -999995 | Center of document. |
wdFrameInside | -999994 | Content on inside of frame. |
wdFrameOutside | -999993 | Content on outside of frame. |