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
| Name | Type | Access | Description |
|---|---|---|---|
Position | double | Read | Gets the position of the tab stop in points. |
Alignment | TabAlignment | Read/Write | Gets or sets the alignment of text at this tab stop. |
Leader | TabLeader | Read/Write | Gets or sets the type of the leader line displayed under the tab character. |
IsClear | bool | Read | Returns true if this tab stop clears any existing tab stops in this position. |
Methods
| Signature | Description |
|---|---|
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. |