WdRelocate Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdRelocateUp | 0 | Above the previous visible paragraph. |
wdRelocateDown | 1 | Below the next visible paragraph. |