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 Constructor Description HSLFTabStop(int position, TabStop.TabStopType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HSLFTabStop
clone()
boolean
equals(java.lang.Object obj)
int
getPosition()
double
getPositionInPoints()
Gets the position in points relative to the left side of the paragraph.TabStop.TabStopType
getType()
int
hashCode()
void
setPosition(int position)
void
setPositionInPoints(double points)
Sets the position in points relative to the left side of the paragraphvoid
setType(TabStop.TabStopType type)
java.lang.String
toString()
-
-
-
Constructor Detail
-
HSLFTabStop
public HSLFTabStop(int position, TabStop.TabStopType type)
-
-
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 interfaceTabStop
- 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 interfaceTabStop
- Parameters:
points
- position in points
-
getType
public TabStop.TabStopType getType()
-
setType
public void setType(TabStop.TabStopType type)
-
clone
public HSLFTabStop clone()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-