TabStop.TabStopType
Modifier and Type | Method and Description |
---|---|
int |
getPosition()
position in EMUs
|
double |
getPositionInPoints()
Gets the position in points relative to the left side of the paragraph.
|
TabStop.TabStopType |
getType() |
void |
setPosition(int position)
position in EMUs
|
void |
setPositionInPoints(double points)
Sets the position in points relative to the left side of the paragraph
|
void |
setType(TabStop.TabStopType tabStopType) |
public int getPosition()
public void setPosition(int position)
public double getPositionInPoints()
TabStop
getPositionInPoints
in interface TabStop
public void setPositionInPoints(double points)
TabStop
setPositionInPoints
in interface TabStop
points
- position in pointspublic TabStop.TabStopType getType()
public void setType(TabStop.TabStopType tabStopType)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.