Click or drag to resize
RangeGravity Enumeration
Gravity values for a range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum RangeGravity
Members
  Member nameValueDescription
UI0Use selection user interface rules.
Back1Both ends have backward gravity.
Fore2Both ends have forward gravity.
In3Inward gravity; that is, the start is forward, and the end is backward.
Out4Outward gravity; that is, the start is backward, and the end is forward.
See Also