Class HSLFTabStop

    • Method Detail

      • 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
      • copy

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

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()
        Specified by:
        getGenericProperties in interface GenericRecord