Uses of Class
org.apache.poi.sl.usermodel.TabStop.TabStopType
-
Packages that use TabStop.TabStopType Package Description org.apache.poi.hslf.model.textproperties org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of TabStop.TabStopType in org.apache.poi.hslf.model.textproperties
Methods in org.apache.poi.hslf.model.textproperties that return TabStop.TabStopType Modifier and Type Method Description TabStop.TabStopTypeHSLFTabStop. getType()Methods in org.apache.poi.hslf.model.textproperties with parameters of type TabStop.TabStopType Modifier and Type Method Description voidHSLFTabStop. setType(TabStop.TabStopType type)Constructors in org.apache.poi.hslf.model.textproperties with parameters of type TabStop.TabStopType Constructor Description HSLFTabStop(int position, TabStop.TabStopType type) -
Uses of TabStop.TabStopType in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel with parameters of type TabStop.TabStopType Modifier and Type Method Description voidHSLFTextParagraph. 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.TabStopType Modifier and Type Method Description static TabStop.TabStopTypeTabStop.TabStopType. fromNativeId(int nativeId)static TabStop.TabStopTypeTabStop.TabStopType. fromOoxmlId(int ooxmlId)TabStop.TabStopTypeTabStop. getType()static TabStop.TabStopTypeTabStop.TabStopType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TabStop.TabStopType[]TabStop.TabStopType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.sl.usermodel with parameters of type TabStop.TabStopType Modifier and Type Method Description voidTextParagraph. 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.TabStopType Modifier and Type Method Description TabStop.TabStopTypeXSLFTabStop. getType()Methods in org.apache.poi.xslf.usermodel with parameters of type TabStop.TabStopType Modifier and Type Method Description voidXSLFTextParagraph. addTabStops(double positionInPoints, TabStop.TabStopType tabStopType)voidXSLFTabStop. setType(TabStop.TabStopType tabStopType)
-