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

NameTypeAccessDescription
PositionfloatRead/WriteTab stop position in points from the left margin.
AlignmentTypeTabAlignmentTypeRead/WriteAlignment type at this tab stop.
LeaderTypeTabLeaderTypeRead/WriteLeader character type.
IsReadOnlyboolReadWhether the stop is locked against further edits.

Methods

SignatureDescription
TabStop()Calls TabStop on this TabStop instance.
TabStop(position: float)

See Also