Click or drag to resize
TextRangeGravity Property
(TOM 2 only) Gets or sets the gravity of this range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public RangeGravity Gravity { get; set; }

Property Value

Type: RangeGravity
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextRange2 interface.
See Also