Uses of Class
org.xlsx4j.sml.STSortType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STSortType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSortType Modifier and Type Field Description protected STSortTypeCTSet. sortTypeMethods in org.xlsx4j.sml that return STSortType Modifier and Type Method Description static STSortTypeSTSortType. fromValue(java.lang.String v)STSortTypeCTSet. getSortType()Gets the value of the sortType property.static STSortTypeSTSortType. valueOf(java.lang.String name)Returns 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 STSortType Modifier and Type Method Description voidCTSet. setSortType(STSortType value)Sets the value of the sortType property.