Uses of Enum
org.xlsx4j.sml.STSortType
Packages that use STSortType
-
Uses of STSortType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSortTypeMethods in org.xlsx4j.sml that return STSortTypeModifier and TypeMethodDescriptionstatic STSortTypeCTSet.getSortType()Gets the value of the sortType property.static STSortTypeReturns the enum constant of this type with the specified name.static STSortType[]STSortType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STSortTypeModifier and TypeMethodDescriptionvoidCTSet.setSortType(STSortType value) Sets the value of the sortType property.