Uses of Class
io.keikai.ui.sys.SpreadsheetCtrl.CellAttribute
-
Packages that use SpreadsheetCtrl.CellAttribute Package Description io.keikai.ui.sys Classes that doing system control on Keikai Spreadsheet UI Components. -
-
Uses of SpreadsheetCtrl.CellAttribute in io.keikai.ui.sys
Methods in io.keikai.ui.sys that return SpreadsheetCtrl.CellAttribute Modifier and Type Method Description static SpreadsheetCtrl.CellAttribute
SpreadsheetCtrl.CellAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadsheetCtrl.CellAttribute[]
SpreadsheetCtrl.CellAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.ui.sys with parameters of type SpreadsheetCtrl.CellAttribute Modifier and Type Method Description org.zkoss.json.JSONObject
SpreadsheetCtrl. getCellAttr(SSheet sheet, SpreadsheetCtrl.CellAttribute type, int row, int col, StringAggregation styleAggregation, StringAggregation textAggregation, MergeAggregation mergeAggregation)
Return Cell attributes r: row number c: column number t: cell html text et: cell edit text ft: format text meft: merge cell html text, edit text and format text ct: cell type s: cell style is: cell inner style rb: cell right border l: locked> wp: wrap ha: horizontal alignment> va: vertical alignment> mi: merge id index mc: merge CSS index fs: font size fn: font name ovf: overflow Ignore put attribute if it's default Default attributes Cell type: blank> Locked: true> Wrap: false Horizontal alignment: left> Vertical alignment: top> Overflow: false Font size: 11pt>org.zkoss.json.JSONObject
SpreadsheetCtrl. getRangeAttrs(SSheet sheet, SpreadsheetCtrl.Header containsHeader, SpreadsheetCtrl.CellAttribute type, int left, int top, int right, int bottom)
-