WdConstants Enumeration
This enumeration groups together constants used with various Microsoft Word methods.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Dim wdConstants1 As WdConstants = WdConstants.wdAutoPosition
Syntax
Public Enum WdConstants
public enum WdConstants
public enum class WdConstants
public enum WdConstants
public enum WdConstants
Members
Member name | Description |
---|---|
wdAutoPosition | Represents the Auto value for the specified setting. |
wdBackward | Indicates that selection will be extended backward using the MoveStartUntil or MoveStartWhile method of the Range or Selection object. |
wdCreatorCode | Represents the creator code for objects created by Microsoft Word. |
wdFirst | Represents the first item in a collection. |
wdForward | Indicates that selection will be extended forward using the MoveStartUntil or MoveStartWhile method of the Range or Selection object. |
wdToggle | Toggles a property's value. |
wdUndefined | Represents an undefined value. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000