com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ITab

  • All Superinterfaces:
    java.lang.Comparable
    All Known Implementing Classes:
    Tab


    public interface ITab
    extends java.lang.Comparable

    Represents a tabulation for a text.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getAlignment()
      Returns or sets align style of a tab.
      double getPosition()
      Returns or sets position of a tab.
      void setAlignment(int value)
      Returns or sets align style of a tab.
      void setPosition(double value)
      Returns or sets position of a tab.
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • getPosition

        double getPosition()

        Returns or sets position of a tab. Assigning this property can change tab's index in collection and invalidate Enumerator. Read/write double.

      • setPosition

        void setPosition(double value)

        Returns or sets position of a tab. Assigning this property can change tab's index in collection and invalidate Enumerator. Read/write double.

      • getAlignment

        int getAlignment()

        Returns or sets align style of a tab. Read/write TabAlignment.

      • setAlignment

        void setAlignment(int value)

        Returns or sets align style of a tab. Read/write TabAlignment.