Package org.apache.poi.xslf.usermodel
Class XSLFTabStop
java.lang.Object
org.apache.poi.xslf.usermodel.XSLFTabStop
- All Implemented Interfaces:
TabStop
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.TabStop
TabStop.TabStopType
-
Method Summary
Modifier and TypeMethodDescriptionint
position in EMUsdouble
Gets the position in points relative to the left side of the paragraph.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 Details
-
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
-
setType
-