Click or drag to resize

TabData Class

Represents a text's tabulation stop.
Inheritance Hierarchy
System Object
Spire.Presentation TabData

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

The TabData type exposes the following members.

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