WdRelocate Enum

Definition

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

public enum class WdRelocate
[System.Runtime.InteropServices.Guid("867B8394-0450-32AE-80A9-8861CB6AC618")]
public enum WdRelocate
type WdRelocate = 
Public Enum WdRelocate
Inheritance
WdRelocate
Attributes

Fields

wdRelocateDown 1

Below the next visible paragraph.

wdRelocateUp 0

Above the previous visible paragraph.

Applies to