TabStop
Overview
TabStop is a class in Aspose.PDF FOSS for .NET.
Represents a single tab stop position.
This class provides 2 methods for working with TabStop objects in .NET programs.
Available methods include: TabStop.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: AlignmentType, IsReadOnly, LeaderType, Position.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Position | float | Read/Write | Tab stop position in points from the left margin. |
AlignmentType | TabAlignmentType | Read/Write | Alignment type at this tab stop. |
LeaderType | TabLeaderType | Read/Write | Leader character type. |
IsReadOnly | bool | Read | Whether the stop is locked against further edits. |
Methods
| Signature | Description |
|---|---|
TabStop() | Calls TabStop on this TabStop instance. |
TabStop(position: float) |