Uses of Enum Class
io.keikai.model.SPivotTable.LayoutMode
Packages that use SPivotTable.LayoutMode
-
Uses of SPivotTable.LayoutMode in io.keikai.model
Methods in io.keikai.model that return SPivotTable.LayoutModeModifier and TypeMethodDescriptiondefault SPivotTable.LayoutModeSPivotTable.getLayoutMode()Returns the current layout mode.static SPivotTable.LayoutModeReturns the enum constant of this class with the specified name.static SPivotTable.LayoutMode[]SPivotTable.LayoutMode.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 SPivotTable.LayoutModeModifier and TypeMethodDescriptiondefault voidSPivotTable.setLayoutMode(SPivotTable.LayoutMode mode) Sets the layout mode.