WdCursorMovement Enum

Definition

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

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.

Applies to