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()Gets the position in points relative to the left side of the paragraph.TabStop.TabStopTypegetType()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 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: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
public TabStop.TabStopType getType()
-
setType
public void setType(TabStop.TabStopType tabStopType)
-
-