Class HSLFTabStop

java.lang.Object
org.apache.poi.hslf.model.textproperties.HSLFTabStop
All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord, TabStop

@Internal public class HSLFTabStop extends Object implements TabStop, org.apache.poi.common.Duplicatable, GenericRecord
  • Constructor Details

  • Method Details

    • getPosition

      public int getPosition()
    • setPosition

      public void setPosition(int position)
    • 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 type)
      Specified by:
      setType in interface TabStop
    • copy

      public HSLFTabStop copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

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

      public Map<String,Supplier<?>> getGenericProperties()
      Specified by:
      getGenericProperties in interface GenericRecord