com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

Uses of Class
com.aspose.pdf.TabStop

  • Packages that use TabStop 
    Package Description
    com.aspose.pdf
    The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library which are either directly in it like Document or indirectly through several subpackages.
    • Uses of TabStop in com.aspose.pdf

      Methods in com.aspose.pdf that return TabStop 
      Modifier and Type Method and Description
      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, int leaderType)
      Initializes a new instance of the TabStop class with specified position and leader type and add it to the TabStops collection.
      TabStop TabStops.get_Item(int index)
      Gets a TabStop object from the collection according to TabStop index.
      Methods in com.aspose.pdf with parameters of type TabStop 
      Modifier and Type Method and Description
      void TabStops.add(TabStop tabStop)
      Add instance of the TabStop class to the TabStops collection.
      void TabStops.set_Item(int index, TabStop value)
      Sets a TabStop object from the collection according to TabStop index.