Uses of Enum
org.xlsx4j.sml.STDataConsolidateFunction
Packages that use STDataConsolidateFunction
-
Uses of STDataConsolidateFunction in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDataConsolidateFunctionModifier and TypeFieldDescriptionprotected STDataConsolidateFunctionCTDataConsolidate.functionprotected STDataConsolidateFunctionCTDataField.subtotalMethods in org.xlsx4j.sml that return STDataConsolidateFunctionModifier and TypeMethodDescriptionstatic STDataConsolidateFunctionCTDataConsolidate.getFunction()Gets the value of the function property.CTDataField.getSubtotal()Gets the value of the subtotal property.static STDataConsolidateFunctionReturns the enum constant of this type with the specified name.static STDataConsolidateFunction[]STDataConsolidateFunction.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 STDataConsolidateFunctionModifier and TypeMethodDescriptionvoidCTDataConsolidate.setFunction(STDataConsolidateFunction value) Sets the value of the function property.voidCTDataField.setSubtotal(STDataConsolidateFunction value) Sets the value of the subtotal property.