Uses of Class
org.xlsx4j.sml.STDataConsolidateFunction
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STDataConsolidateFunction in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STDataConsolidateFunction Modifier and Type Field Description protected STDataConsolidateFunctionCTDataConsolidate. functionprotected STDataConsolidateFunctionCTDataField. subtotalMethods in org.xlsx4j.sml that return STDataConsolidateFunction Modifier and Type Method Description static STDataConsolidateFunctionSTDataConsolidateFunction. fromValue(java.lang.String v)STDataConsolidateFunctionCTDataConsolidate. getFunction()Gets the value of the function property.STDataConsolidateFunctionCTDataField. getSubtotal()Gets the value of the subtotal property.static STDataConsolidateFunctionSTDataConsolidateFunction. valueOf(java.lang.String name)Returns 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 STDataConsolidateFunction Modifier and Type Method Description voidCTDataConsolidate. setFunction(STDataConsolidateFunction value)Sets the value of the function property.voidCTDataField. setSubtotal(STDataConsolidateFunction value)Sets the value of the subtotal property.