Upravit

Sdílet prostřednictvím


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

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.

Applies to