Class TabStop

java.lang.Object
com.independentsoft.office.drawing.TabStop

public class TabStop extends Object
The Class TabStop.
  • Constructor Details

    • TabStop

      public TabStop()
      Instantiates a new tab stop.
  • Method Details

    • clone

      public TabStop clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPosition

      public Unit getPosition()
      Gets the position.
      Returns:
      the position
    • setPosition

      public void setPosition(Unit position)
      Sets the position.
      Parameters:
      position - the new position
    • getAlignment

      public TextTabAlignmentType getAlignment()
      Gets the alignment.
      Returns:
      the alignment
    • setAlignment

      public void setAlignment(TextTabAlignmentType alignment)
      Sets the alignment.
      Parameters:
      alignment - the new alignment