Package | Description |
---|---|
io.keikai.ui.sys |
Classes that doing system control on Keikai Spreadsheet UI Components.
|
Modifier and Type | Method and Description |
---|---|
static SpreadsheetCtrl.Header |
SpreadsheetCtrl.Header.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetCtrl.Header[] |
SpreadsheetCtrl.Header.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.zkoss.json.JSONObject |
SpreadsheetCtrl.getRangeAttrs(SSheet sheet,
SpreadsheetCtrl.Header containsHeader,
int left,
int top,
int right,
int bottom) |
org.zkoss.json.JSONObject |
SpreadsheetCtrl.getRangeAttrs(SSheet sheet,
SpreadsheetCtrl.Header containsHeader,
SpreadsheetCtrl.CellAttribute type,
int left,
int top,
int right,
int bottom) |
Copyright © 2020. All rights reserved.