Click or drag to resize

TabStop Class

Represents a tabulation for a text.
Inheritance Hierarchy
System Object
Spire.Presentation TabStop

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public sealed class TabStop : IComparable

The TabStop type exposes the following members.

Constructors
Name Description
Public method TabStop
Initializes a new instance of the Tab class.
Top
Properties
Name Description
Public property Alignment
Gets or sets align style of a tab. Read/write TabAlignment .
Public property Position
Gets or sets position of a tab. Assigning this property can change tab's index in collection and invalidate Enumerator. Read/write Double .
Top
Methods
Name Description
Public method CompareTo
Compares the current instance with another object of the same type.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also