WdVisualSelection 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 the selection behavior based on visual cursor movement in a right-to-left language document.
public enum class WdVisualSelection
[System.Runtime.InteropServices.Guid("9A004EB1-0626-3809-B753-FAE554E3721B")]
public enum WdVisualSelection
type WdVisualSelection =
Public Enum WdVisualSelection
- Inheritance
-
WdVisualSelection
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdVisualSelectionBlock | 0 | All selected lines are the same width. |
wdVisualSelectionContinuous | 1 | The selection wraps from line to line. |