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 TypeMethodDescriptiondouble
Gets the position in points relative to the left side of the paragraph.getType()
void
setPositionInPoints
(double position) Sets the position in points relative to the left side of the paragraphvoid
setType
(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
-