Uses of Class
aspose.pdf.TabStop

Uses of TabStop in aspose.pdf
 

Methods in aspose.pdf that return TabStop
 TabStop TabStops.add()
          Initializes a new instance of the TabStop class and add it to the TabStops collection.
 TabStop TabStops.add(float position)
          Initializes a new instance of the TabStop class with specified position and add it to the TabStops collection.
 TabStop TabStops.add(float position, TabLeaderType leaderType)
          Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection.
 TabStop TabStops.getTabStop(int index)
          Gets a TabStop object from the collection according to TabStop index.
 

Methods in aspose.pdf with parameters of type TabStop
 void TabStops.remove(TabStop stop)
          Removes a TabStop object from the collection.
 void TabStops.setTabStop(int index, TabStop value)
          Sets a TabStop object to the collection with the specified index.