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 TypeMethodDescriptionvoidHSLFTextParagraph.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.TabStopTypeTabStop.TabStopType.fromNativeId(int nativeId) static TabStop.TabStopTypeTabStop.TabStopType.fromOoxmlId(int ooxmlId) TabStop.getType()static TabStop.TabStopTypeReturns 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 TypeMethodDescriptionvoidTextParagraph.addTabStops(double positionInPoints, TabStop.TabStopType tabStopType) Set theTabStopcollectionvoidTabStop.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 TypeMethodDescriptionvoidXSLFTextParagraph.addTabStops(double positionInPoints, TabStop.TabStopType tabStopType) voidXSLFTabStop.setType(TabStop.TabStopType tabStopType)