Uses of Class
org.xlsx4j.sml.STSortBy
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STSortBy in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STSortBy Modifier and Type Field Description protected STSortByCTSortCondition. sortByMethods in org.xlsx4j.sml that return STSortBy Modifier and Type Method Description static STSortBySTSortBy. fromValue(java.lang.String v)STSortByCTSortCondition. getSortBy()Gets the value of the sortBy property.static STSortBySTSortBy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STSortBy[]STSortBy. 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 STSortBy Modifier and Type Method Description voidCTSortCondition. setSortBy(STSortBy value)Sets the value of the sortBy property.