TabStops Class
Represents a collection of TabStop objects.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextTabStops

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

The TabStops type exposes the following members.

Constructors
  NameDescription
Public methodTabStops
Initializes a new instance of the TabStops class
Properties
  NameDescription
Public propertyCount
Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.
Public propertyIsReadOnly
Gets value indicating that this TabStops instance is already attached to TextFragment and became readonly.
Public propertyItem
Gets or sets a TabStop object from the collection according to TabStop index.
Methods
  NameDescription
Public methodAdd
Initializes a new instance of the TabStop class and add it to the TabStops collection.
Public methodAdd(Single)
Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.
Public methodAdd(TabStop)
Add instance of the TabStop class to the TabStops collection.
Public methodAdd(Single, TabLeaderType)
Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection.
Public methodClone
Clones a new TabStops objects.
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