Uses of Class
io.keikai.api.model.CellStyle.FillPattern
-
Packages that use CellStyle.FillPattern Package Description io.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikaiex.ui.dialog -
-
Uses of CellStyle.FillPattern in io.keikai.api.model
Methods in io.keikai.api.model that return CellStyle.FillPattern Modifier and Type Method Description CellStyle.FillPatternCellStyle. getFillPattern()Gets the fill/background patternstatic CellStyle.FillPatternCellStyle.FillPattern. valueOf(String name)Returns the enum constant of this type with the specified name.static CellStyle.FillPattern[]CellStyle.FillPattern. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api.model with parameters of type CellStyle.FillPattern Modifier and Type Method Description CellStyle.BuilderCellStyle.Builder. fillPattern(CellStyle.FillPattern pattern)Sets the fill/background pattern.voidEditableCellStyle. setFillPattern(CellStyle.FillPattern pattern)Deprecated. -
Uses of CellStyle.FillPattern in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return CellStyle.FillPattern Modifier and Type Method Description CellStyle.FillPatternCellStyleImpl. getFillPattern()static CellStyle.FillPatternEnumUtil. toStyleFillPattern(SFill.FillPattern pattern)Methods in io.keikai.api.model.impl with parameters of type CellStyle.FillPattern Modifier and Type Method Description CellStyle.BuilderCellStyleBuilderImpl. fillPattern(CellStyle.FillPattern pattern)voidEditableCellStyleImpl. setFillPattern(CellStyle.FillPattern pattern)static SFill.FillPatternEnumUtil. toStyleFillPattern(CellStyle.FillPattern pattern) -
Uses of CellStyle.FillPattern in io.keikaiex.ui.dialog
Fields in io.keikaiex.ui.dialog declared as CellStyle.FillPattern Modifier and Type Field Description protected CellStyle.FillPatternFormatCellCtrl. patternMethods in io.keikaiex.ui.dialog with parameters of type CellStyle.FillPattern Modifier and Type Method Description static voidFormatCellCtrl. show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String formatCode, Color backColor, Color fillColor, CellStyle.FillPattern fillPattern, int rotation, Spreadsheet ss)
-