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)

Usage

Dim wdFramePosition1 As WdFramePosition = WdFramePosition.wdFrameBottom

Syntax

Public Enum WdFramePosition
public enum WdFramePosition
public enum class WdFramePosition
public enum WdFramePosition
public enum WdFramePosition

Members

Member name Description
wdFrameBottom Bottom margin.
wdFrameCenter Center of document.
wdFrameInside Content on inside of frame.
wdFrameLeft Left margin.
wdFrameOutside Content on outside of frame.
wdFrameRight Right margin.
wdFrameTop Top margin.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace