Package | Description |
---|---|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SSheet.setSheetVisible(SSheet.SheetVisible state)
Set the sheet current visible state.
|
Modifier and Type | Method and Description |
---|---|
SSheet.SheetVisible |
SheetImpl.getSheetVisible() |
Modifier and Type | Method and Description |
---|---|
void |
SheetImpl.setSheetVisible(SSheet.SheetVisible state) |
Copyright © 2020. All rights reserved.