Package org.apache.poi.sl.usermodel
Interface TabStop
-
- All Known Implementing Classes:
HSLFTabStop
,XSLFTabStop
public interface TabStop
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TabStop.TabStopType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getPositionInPoints()
Gets the position in points relative to the left side of the paragraph.TabStop.TabStopType
getType()
void
setPositionInPoints(double position)
Sets the position in points relative to the left side of the paragraphvoid
setType(TabStop.TabStopType type)
-
-
-
Method Detail
-
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
void setType(TabStop.TabStopType type)
-
-