Uses of Enum Class
io.keikai.ui.sys.SpreadsheetCtrl.CellAttribute
Packages that use SpreadsheetCtrl.CellAttribute
Package
Description
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.CellAttributeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SpreadsheetCtrl.CellAttribute[]SpreadsheetCtrl.CellAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.ui.sys with parameters of type SpreadsheetCtrl.CellAttributeModifier and TypeMethodDescriptionorg.zkoss.json.JSONObjectSpreadsheetCtrl.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.JSONObjectSpreadsheetCtrl.getRangeAttrs(SSheet sheet, SpreadsheetCtrl.Header containsHeader, SpreadsheetCtrl.CellAttribute type, int left, int top, int right, int bottom)