@Internal public class HSLFTabStop extends java.lang.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(java.lang.Object obj) |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getPosition() |
double |
getPositionInPoints()
Gets the position in points relative to the left side of the paragraph.
|
TabStop.TabStopType |
getType() |
int |
hashCode() |
void |
setPosition(int position) |
void |
setPositionInPoints(double points)
Sets the position in points relative to the left side of the paragraph
|
void |
setType(TabStop.TabStopType type) |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
public HSLFTabStop(int position, TabStop.TabStopType type)
public HSLFTabStop(HSLFTabStop other)
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 type)
public HSLFTabStop copy()
copy
in interface Duplicatable
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.