Uses of Class
org.apache.poi.sl.usermodel.TabStop.TabStopType
-
Packages that use TabStop.TabStopType Package Description org.apache.poi.sl.usermodel -
-
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)
-