@Internal public class HSLFTabStop extends Object implements TabStop, Duplicatable, GenericRecord
TabStop.TabStopType| Constructor and Description |
|---|
HSLFTabStop(HSLFTabStop other) |
HSLFTabStop(int position,
TabStop.TabStopType type) |
| Modifier and Type | Method and Description |
|---|---|
HSLFTabStop |
copy() |
boolean |
equals(Object obj) |
Map<String,Supplier<?>> |
getGenericProperties() |
int |
getPosition() |
double |
getPositionInPoints() |
TabStop.TabStopType |
getType() |
int |
hashCode() |
void |
setPosition(int position) |
void |
setPositionInPoints(double points) |
void |
setType(TabStop.TabStopType type) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic HSLFTabStop(int position,
TabStop.TabStopType type)
public HSLFTabStop(HSLFTabStop other)
public int getPosition()
public void setPosition(int position)
public double getPositionInPoints()
getPositionInPoints in interface TabStoppublic void setPositionInPoints(double points)
setPositionInPoints in interface TabStoppublic TabStop.TabStopType getType()
public void setType(TabStop.TabStopType type)
public HSLFTabStop copy()
copy in interface Duplicatablepublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord