public interface TabStop
Modifier and Type | Interface and Description |
---|---|
static class |
TabStop.TabStopType |
Modifier and Type | Method and 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 paragraph
|
void |
setType(TabStop.TabStopType type) |
double getPositionInPoints()
void setPositionInPoints(double position)
position
- position in pointsTabStop.TabStopType getType()
void setType(TabStop.TabStopType type)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.