WdCursorMovement 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 how the insertion point progresses within bidirectional text.
public enum class WdCursorMovement
[System.Runtime.InteropServices.Guid("707EF034-24E7-3EDE-BB67-748FB000CC52")]
public enum WdCursorMovement
type WdCursorMovement =
Public Enum WdCursorMovement
- Inheritance
-
WdCursorMovement
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCursorMovementLogical | 0 | Insertion point progresses according to the direction of the language Microsoft Word detects. |
wdCursorMovementVisual | 1 | Insertion point progresses to the next visually adjacent character. |