WdRelativeVerticalPosition Enumeration 

Specifies to what the vertical position of a frame, a shape, or a group of rows is relative.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdRelativeVerticalPosition1 As WdRelativeVerticalPosition = WdRelativeVerticalPosition.wdRelativeVerticalPositionLine

Syntax

Public Enum WdRelativeVerticalPosition
public enum WdRelativeVerticalPosition
public enum class WdRelativeVerticalPosition
public enum WdRelativeVerticalPosition
public enum WdRelativeVerticalPosition

Members

Member name Description
wdRelativeVerticalPositionLine Relative to line.
wdRelativeVerticalPositionMargin Relative to margin.
wdRelativeVerticalPositionPage Relative to page.
wdRelativeVerticalPositionParagraph Relative to paragraph.

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