Package org.apache.poi.sl.usermodel
Interface TabStop
- All Known Implementing Classes:
HSLFTabStop,XSLFTabStop
public interface TabStop
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the position in points relative to the left side of the paragraph.getType()voidsetPositionInPoints(double position) Sets the position in points relative to the left side of the paragraphvoidsetType(TabStop.TabStopType type)
-
Method Details
-
getPositionInPoints
double getPositionInPoints()Gets the position in points relative to the left side of the paragraph.- Returns:
- position in points
-
setPositionInPoints
void setPositionInPoints(double position) Sets the position in points relative to the left side of the paragraph- Parameters:
position- position in points
-
getType
TabStop.TabStopType getType() -
setType
-