Uses of Enum
org.xlsx4j.sml.STTotalsRowFunction
Packages that use STTotalsRowFunction
-
Uses of STTotalsRowFunction in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STTotalsRowFunctionMethods in org.xlsx4j.sml that return STTotalsRowFunctionModifier and TypeMethodDescriptionstatic STTotalsRowFunctionCTTableColumn.getTotalsRowFunction()Gets the value of the totalsRowFunction property.static STTotalsRowFunctionReturns 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 STTotalsRowFunctionModifier and TypeMethodDescriptionvoidCTTableColumn.setTotalsRowFunction(STTotalsRowFunction value) Sets the value of the totalsRowFunction property.