Class HSLFTabStop
- java.lang.Object
-
- org.apache.poi.hslf.model.textproperties.HSLFTabStop
-
- All Implemented Interfaces:
Duplicatable,GenericRecord,TabStop
@Internal public class HSLFTabStop extends Object implements TabStop, Duplicatable, GenericRecord
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.TabStop
TabStop.TabStopType
-
-
Constructor Summary
Constructors Constructor Description HSLFTabStop(int position, TabStop.TabStopType type)HSLFTabStop(HSLFTabStop other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HSLFTabStopcopy()booleanequals(Object obj)Map<String,Supplier<?>>getGenericProperties()intgetPosition()doublegetPositionInPoints()TabStop.TabStopTypegetType()inthashCode()voidsetPosition(int position)voidsetPositionInPoints(double points)voidsetType(TabStop.TabStopType type)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
HSLFTabStop
public HSLFTabStop(int position, TabStop.TabStopType type)
-
HSLFTabStop
public HSLFTabStop(HSLFTabStop other)
-
-
Method Detail
-
getPosition
public int getPosition()
-
setPosition
public void setPosition(int position)
-
getPositionInPoints
public double getPositionInPoints()
- Specified by:
getPositionInPointsin interfaceTabStop
-
setPositionInPoints
public void setPositionInPoints(double points)
- Specified by:
setPositionInPointsin interfaceTabStop
-
getType
public TabStop.TabStopType getType()
-
setType
public void setType(TabStop.TabStopType type)
-
copy
public HSLFTabStop copy()
- Specified by:
copyin interfaceDuplicatable
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-
-