Uses of Class
org.xlsx4j.sml.STTotalsRowFunction
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STTotalsRowFunction in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTotalsRowFunction Modifier and Type Field Description protected STTotalsRowFunctionCTTableColumn. totalsRowFunctionMethods in org.xlsx4j.sml that return STTotalsRowFunction Modifier and Type Method Description static STTotalsRowFunctionSTTotalsRowFunction. fromValue(java.lang.String v)STTotalsRowFunctionCTTableColumn. getTotalsRowFunction()Gets the value of the totalsRowFunction property.static STTotalsRowFunctionSTTotalsRowFunction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTotalsRowFunction[]STTotalsRowFunction. 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 STTotalsRowFunction Modifier and Type Method Description voidCTTableColumn. setTotalsRowFunction(STTotalsRowFunction value)Sets the value of the totalsRowFunction property.