Class XSLFTabStop

java.lang.Object
org.apache.poi.xslf.usermodel.XSLFTabStop
All Implemented Interfaces:
TabStop

public class XSLFTabStop extends Object implements TabStop
  • Method Details

    • getPosition

      public int getPosition()
      position in EMUs
    • setPosition

      public void setPosition(int position)
      position in EMUs
    • getPositionInPoints

      public double getPositionInPoints()
      Description copied from interface: TabStop
      Gets the position in points relative to the left side of the paragraph.
      Specified by:
      getPositionInPoints in interface TabStop
      Returns:
      position in points
    • setPositionInPoints

      public void setPositionInPoints(double points)
      Description copied from interface: TabStop
      Sets the position in points relative to the left side of the paragraph
      Specified by:
      setPositionInPoints in interface TabStop
      Parameters:
      points - position in points
    • getType

      public TabStop.TabStopType getType()
      Specified by:
      getType in interface TabStop
    • setType

      public void setType(TabStop.TabStopType tabStopType)
      Specified by:
      setType in interface TabStop