TsGravity enumeration (textstor.h)

Elements of the TsGravity enumeration specify the gravity type associated with an IAnchor object.

Syntax

typedef enum __MIDL_IAnchor_0001 {
  TS_GR_BACKWARD = 0,
  TS_GR_FORWARD = 1
} TsGravity;

Constants

 
TS_GR_BACKWARD
Value: 0
The anchor has backward gravity. For more information about anchor gravity, see Ranges.
TS_GR_FORWARD
Value: 1
The anchor has forward gravity. For more information about anchor gravity, see Ranges.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header textstor.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

Anchor Gravity

IAnchor