Uses of Class
org.xlsx4j.sml.STSortMethod
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STSortMethod in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSortMethod Modifier and Type Field Description protected STSortMethodCTSortState. sortMethodMethods in org.xlsx4j.sml that return STSortMethod Modifier and Type Method Description static STSortMethodSTSortMethod. fromValue(java.lang.String v)STSortMethodCTSortState. getSortMethod()Gets the value of the sortMethod property.static STSortMethodSTSortMethod. valueOf(java.lang.String name)Returns 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 STSortMethod Modifier and Type Method Description voidCTSortState. setSortMethod(STSortMethod value)Sets the value of the sortMethod property.