WdCursorMovement Enumeration
Specifies how the insertion point progresses within bidirectional text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdCursorMovement
'Usage
Dim instance As WdCursorMovement
public enum WdCursorMovement
Members
Member name | Description | |
---|---|---|
wdCursorMovementLogical | Insertion point progresses according to the direction of the language Microsoft Word detects. | |
wdCursorMovementVisual | Insertion point progresses to the next visually adjacent character. |