Uses of Class
org.xlsx4j.sml.STFieldSortType
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STFieldSortType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFieldSortType Modifier and Type Field Description protected STFieldSortTypeCTPivotField. sortTypeMethods in org.xlsx4j.sml that return STFieldSortType Modifier and Type Method Description static STFieldSortTypeSTFieldSortType. fromValue(java.lang.String v)STFieldSortTypeCTPivotField. getSortType()Gets the value of the sortType property.static STFieldSortTypeSTFieldSortType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFieldSortType[]STFieldSortType. 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 STFieldSortType Modifier and Type Method Description voidCTPivotField. setSortType(STFieldSortType value)Sets the value of the sortType property.