Uses of Enum
org.xlsx4j.sml.STFieldSortType
Packages that use STFieldSortType
-
Uses of STFieldSortType in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STFieldSortTypeMethods in org.xlsx4j.sml that return STFieldSortTypeModifier and TypeMethodDescriptionstatic STFieldSortTypeCTPivotField.getSortType()Gets the value of the sortType property.static STFieldSortTypeReturns 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 STFieldSortTypeModifier and TypeMethodDescriptionvoidCTPivotField.setSortType(STFieldSortType value) Sets the value of the sortType property.