Uses of Enum Class
io.keikai.model.SPivotDataField.Subtotal
Packages that use SPivotDataField.Subtotal
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SPivotDataField.Subtotal in io.keikai.model
Methods in io.keikai.model that return SPivotDataField.SubtotalModifier and TypeMethodDescriptionSPivotDataField.getSubtotal()Returns the subtotal (aggregation) function.static SPivotDataField.SubtotalReturns the enum constant of this class with the specified name.static SPivotDataField.Subtotal[]SPivotDataField.Subtotal.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type SPivotDataField.SubtotalModifier and TypeMethodDescriptionvoidSPivotDataField.setSubtotal(SPivotDataField.Subtotal subtotal) Sets the subtotal (aggregation) function. -
Uses of SPivotDataField.Subtotal in io.keikai.model.impl
Methods in io.keikai.model.impl that return SPivotDataField.SubtotalMethods in io.keikai.model.impl with parameters of type SPivotDataField.SubtotalModifier and TypeMethodDescriptionvoidPivotDataFieldImpl.setSubtotal(SPivotDataField.Subtotal subtotal)