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 TypeMethodDescriptionintposition in EMUsdoubleGets the position in points relative to the left side of the paragraph.getType()voidsetPosition(int position) position in EMUsvoidsetPositionInPoints(double points) Sets the position in points relative to the left side of the paragraphvoidsetType(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: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
-