Package org.apache.poi.xslf.usermodel
Class XSLFTabStop
- java.lang.Object
-
- org.apache.poi.xslf.usermodel.XSLFTabStop
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.TabStop
TabStop.TabStopType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPosition()
position in EMUsdouble
getPositionInPoints()
Gets the position in points relative to the left side of the paragraph.TabStop.TabStopType
getType()
void
setPosition(int position)
position in EMUsvoid
setPositionInPoints(double points)
Sets the position in points relative to the left side of the paragraphvoid
setType(TabStop.TabStopType tabStopType)
-
-
-
Method Detail
-
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 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 tabStopType)
-
-