TabStop Class
Represents a custom Tab stop position in a paragraph.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextTabStop

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class TabStop

The TabStop type exposes the following members.

Constructors
  NameDescription
Public methodTabStop
Initializes a new instance of the TabStop class.
Public methodTabStop(Single)
Initializes a new instance of the TabStop class with specified position.
Properties
  NameDescription
Public propertyAlignmentType
Gets or sets a AlignmentType enum that indicates the tab tab alignment type.
Public propertyIsReadOnly
Gets value indicating that this TabStop instance is already attached to TextFragment and became readonly
Public propertyLeaderType
Gets or sets a TabLeaderType enum that indicates the tab leader type.
Public propertyPosition
Gets or sets a float value that indicates the tab stop position.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also