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 intgetPosition()position in EMUsdoublegetPositionInPoints()TabStop.TabStopTypegetType()voidsetPosition(int position)position in EMUsvoidsetPositionInPoints(double points)voidsetType(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()
- Specified by:
getPositionInPointsin interfaceTabStop
-
setPositionInPoints
public void setPositionInPoints(double points)
- Specified by:
setPositionInPointsin interfaceTabStop
-
getType
public TabStop.TabStopType getType()
-
setType
public void setType(TabStop.TabStopType tabStopType)
-
-