WdConstants Enum

Definition

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

wdAutoPosition 0

Represents the Auto value for the specified setting.

wdBackward -1073741823

Indicates that selection will be extended backward using the MoveStartUntil or MoveStartWhile method of the Range or Selection object.

wdCreatorCode 1297307460

Represents the creator code for objects created by Microsoft Word.

wdFirst 1

Represents the first item in a collection.

wdForward 1073741823

Indicates that selection will be extended forward using the MoveStartUntil or MoveStartWhile method of the Range or Selection object.

wdToggle 9999998

Toggles a property's value.

wdUndefined 9999999

Represents an undefined value.

Applies to