WdRelocate Enumeration 

Specifies where a paragraph should be relocated in relation to its current position.

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

Usage

Dim wdRelocate1 As WdRelocate = WdRelocate.wdRelocateDown

Syntax

Public Enum WdRelocate
public enum WdRelocate
public enum class WdRelocate
public enum WdRelocate
public enum WdRelocate

Members

Member name Description
wdRelocateDown Below the next visible paragraph.
wdRelocateUp Above the previous visible 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