Class TabStop

java.lang.Object
com.itextpdf.text.TabStop

public class TabStop extends Object
  • Field Details

    • position

      protected float position
    • alignment

      protected TabStop.Alignment alignment
    • leader

      protected DrawInterface leader
    • anchorChar

      protected char anchorChar
  • Constructor Details

  • Method Details

    • newInstance

      public static TabStop newInstance(float currentPosition, float tabInterval)
    • getPosition

      public float getPosition()
    • setPosition

      public void setPosition(float position)
    • getAlignment

      public TabStop.Alignment getAlignment()
    • setAlignment

      public void setAlignment(TabStop.Alignment alignment)
    • getLeader

      public DrawInterface getLeader()
    • setLeader

      public void setLeader(DrawInterface leader)
    • getAnchorChar

      public char getAnchorChar()
    • setAnchorChar

      public void setAnchorChar(char anchorChar)
    • getPosition

      public float getPosition(float tabPosition, float currentPosition, float anchorPosition)