TabStop

Overview

TabStop is a class in Aspose.Words FOSS for .NET.

Represents a single custom tab stop.

This class provides 4 methods for working with TabStop objects in .NET programs. Available methods include: Equals, GetHashCode, TabStop. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Alignment, IsClear, Leader, Position.

Properties

NameTypeAccessDescription
PositiondoubleReadGets the position of the tab stop in points.
AlignmentTabAlignmentRead/WriteGets or sets the alignment of text at this tab stop.
LeaderTabLeaderRead/WriteGets or sets the type of the leader line displayed under the tab character.
IsClearboolReadReturns true if this tab stop clears any existing tab stops in this position.

Methods

SignatureDescription
TabStop(position: double)Initializes a new instance of this class.
TabStop(position: double, alignment: TabAlignment, leader: TabLeader)Initializes a new instance of this class.
Equals(rhs: TabStop)Compares with the specified TabStop.
GetHashCode()Calculates hash code for this object.

See Also