WdFramePosition Enumeration

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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace