Uses of Class
io.keikai.model.SSheet.SheetVisible
-
Packages that use SSheet.SheetVisible Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of SSheet.SheetVisible in io.keikai.model
Methods in io.keikai.model that return SSheet.SheetVisible Modifier and Type Method Description SSheet.SheetVisible
SSheet. getSheetVisible()
Get the sheet current visible state.static SSheet.SheetVisible
SSheet.SheetVisible. valueOf(String name)
Returns the enum constant of this type with the specified name.static SSheet.SheetVisible[]
SSheet.SheetVisible. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.model with parameters of type SSheet.SheetVisible Modifier and Type Method Description void
SSheet. setSheetVisible(SSheet.SheetVisible state)
Set the sheet current visible state. -
Uses of SSheet.SheetVisible in io.keikai.model.impl
Methods in io.keikai.model.impl that return SSheet.SheetVisible Modifier and Type Method Description SSheet.SheetVisible
SheetImpl. getSheetVisible()
Methods in io.keikai.model.impl with parameters of type SSheet.SheetVisible Modifier and Type Method Description void
SheetImpl. setSheetVisible(SSheet.SheetVisible state)
-