Uses of Enum Class
org.apache.poi.sl.usermodel.TabStop.TabStopType
Packages that use TabStop.TabStopType
Package
Description
-
Uses of TabStop.TabStopType in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties that return TabStop.TabStopTypeMethods in org.apache.poi.hslf.model.textproperties with parameters of type TabStop.TabStopTypeConstructors in org.apache.poi.hslf.model.textproperties with parameters of type TabStop.TabStopType -
Uses of TabStop.TabStopType in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type TabStop.TabStopTypeModifier and TypeMethodDescriptionvoid
HSLFTextParagraph.addTabStops
(double positionInPoints, TabStop.TabStopType tabStopType) -
Uses of TabStop.TabStopType in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TabStop.TabStopTypeModifier and TypeMethodDescriptionstatic TabStop.TabStopType
TabStop.TabStopType.fromNativeId
(int nativeId) static TabStop.TabStopType
TabStop.TabStopType.fromOoxmlId
(int ooxmlId) TabStop.getType()
static TabStop.TabStopType
Returns the enum constant of this class with the specified name.static TabStop.TabStopType[]
TabStop.TabStopType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type TabStop.TabStopTypeModifier and TypeMethodDescriptionvoid
TextParagraph.addTabStops
(double positionInPoints, TabStop.TabStopType tabStopType) Set theTabStop
collectionvoid
TabStop.setType
(TabStop.TabStopType type) -
Uses of TabStop.TabStopType in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return TabStop.TabStopTypeMethods in org.apache.poi.xslf.usermodel with parameters of type TabStop.TabStopTypeModifier and TypeMethodDescriptionvoid
XSLFTextParagraph.addTabStops
(double positionInPoints, TabStop.TabStopType tabStopType) void
XSLFTabStop.setType
(TabStop.TabStopType tabStopType)