WdConstants 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.
This enumeration groups together constants used with various Microsoft Word methods.
public enum class WdConstants
public enum WdConstants
type WdConstants =
Public Enum WdConstants
- Inheritance
-
WdConstants
Fields
Name | Value | Description |
---|---|---|
wdBackward | -1073741823 | Indicates that selection will be extended backward using the MoveStartUntil or MoveStartWhile method of the Range or Selection object. |
wdAutoPosition | 0 | Represents the Auto value for the specified setting. |
wdFirst | 1 | Represents the first item in a collection. |
wdToggle | 9999998 | Toggles a property's value. |
wdUndefined | 9999999 | Represents an undefined value. |
wdForward | 1073741823 | Indicates that selection will be extended forward using the MoveStartUntil or MoveStartWhile method of the Range or Selection object. |
wdCreatorCode | 1297307460 | Represents the creator code for objects created by Microsoft Word. |