Interface TabStop

All Known Implementing Classes:
HSLFTabStop, XSLFTabStop

public interface TabStop
  • Method Details

    • getPositionInPoints

      double getPositionInPoints()
      Gets the position in points relative to the left side of the paragraph.
      Returns:
      position in points
    • setPositionInPoints

      void setPositionInPoints(double position)
      Sets the position in points relative to the left side of the paragraph
      Parameters:
      position - position in points
    • getType

    • setType

      void setType(TabStop.TabStopType type)