Uses of Enum
org.xlsx4j.sml.STSortMethod
Packages that use STSortMethod
-
Uses of STSortMethod in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSortMethodMethods in org.xlsx4j.sml that return STSortMethodModifier and TypeMethodDescriptionstatic STSortMethodCTSortState.getSortMethod()Gets the value of the sortMethod property.static STSortMethodReturns the enum constant of this type with the specified name.static STSortMethod[]STSortMethod.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 STSortMethodModifier and TypeMethodDescriptionvoidCTSortState.setSortMethod(STSortMethod value) Sets the value of the sortMethod property.