Class HSLFTabStop
java.lang.Object
org.apache.poi.hslf.model.textproperties.HSLFTabStop
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.TabStop
TabStop.TabStopType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanintdoubleGets the position in points relative to the left side of the paragraph.getType()inthashCode()voidsetPosition(int position) voidsetPositionInPoints(double points) Sets the position in points relative to the left side of the paragraphvoidsetType(TabStop.TabStopType type) toString()
-
Constructor Details
-
HSLFTabStop
-
-
Method Details
-
getPosition
public int getPosition() -
setPosition
public void setPosition(int position) -
getPositionInPoints
public double getPositionInPoints()Description copied from interface:TabStopGets the position in points relative to the left side of the paragraph.- Specified by:
getPositionInPointsin interfaceTabStop- Returns:
- position in points
-
setPositionInPoints
public void setPositionInPoints(double points) Description copied from interface:TabStopSets the position in points relative to the left side of the paragraph- Specified by:
setPositionInPointsin interfaceTabStop- Parameters:
points- position in points
-
getType
-
setType
-
clone
-
hashCode
public int hashCode() -
equals
-
toString
-