ITextRange.Gravity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the gravity of the text range.
public:
property RangeGravity Gravity { RangeGravity get(); void set(RangeGravity value); };
RangeGravity Gravity();
void Gravity(RangeGravity value);
public RangeGravity Gravity { get; set; }
var rangeGravity = iTextRange.gravity;
iTextRange.gravity = rangeGravity;
Public Property Gravity As RangeGravity
Property Value
The gravity of the text range.