Uses of Interface
io.keikai.api.model.Color
Packages that use Color
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
-
Uses of Color in io.keikai.api
Methods in io.keikai.api that return ColorModifier and TypeMethodDescriptionRange.CellStyleHelper.createColorFromHtmlColor(String htmlColor) create a color object from a htmlColor expressionMethods in io.keikai.api with parameters of type ColorModifier and TypeMethodDescriptionRange.CellStyleHelper.findFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline) Deprecated.CellOperationUtil.getBackColorApplier(Color color) CellOperationUtil.getFillColorApplier(Color color) CellOperationUtil.getFontColorApplier(Color color) Range.getOrCreateFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline) Deprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)to create an immutable cell style and fontCellOperationUtil.getRichTextFontColorApplier(Color color) -
Uses of Color in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type ColorModifier and TypeMethodDescriptionRangeImpl.getOrCreateFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline) -
Uses of Color in io.keikai.api.model
Methods in io.keikai.api.model that return ColorModifier and TypeMethodDescriptionCellStyle.getBackColor()CellStyle.getBorderBottomColor()CellStyle.getBorderLeftColor()CellStyle.getBorderRightColor()CellStyle.getBorderTopColor()Font.getColor()CellStyle.getFillColor()Methods in io.keikai.api.model with parameters of type ColorModifier and TypeMethodDescriptionSets background color of a fill.CellStyle.Builder.borderBottomColor(Color color) Sets bottom border color.CellStyle.Builder.borderLeftColor(Color color) Sets left border color.CellStyle.Builder.borderRightColor(Color color) Sets right border color.CellStyle.Builder.borderTopColor(Color color) Sets top border color.Sets foreground color of a fill.Sets the font color.voidEditableCellStyle.setBackColor(Color color) Deprecated.Sets background-color of a fillvoidEditableCellStyle.setBorderBottomColor(Color color) Deprecated.Sets bottom border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)to create aColorvoidEditableCellStyle.setBorderLeftColor(Color color) Deprecated.Sets left border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)to create aColorvoidEditableCellStyle.setBorderRightColor(Color color) Deprecated.Sets right border color
you could useRange.CellStyleHelper.createColorFromHtmlColor(String)to create aColorvoidEditableCellStyle.setBorderTopColor(Color color) Deprecated.Sets top border color.voidDeprecated.voidEditableCellStyle.setFillColor(Color color) Deprecated.Sets forground-color of a fill. -
Uses of Color in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement ColorMethods in io.keikai.api.model.impl that return ColorModifier and TypeMethodDescriptionCellStyleImpl.getBorderBottomColor()CellStyleImpl.getBorderLeftColor()CellStyleImpl.getBorderRightColor()CellStyleImpl.getBorderTopColor()FontImpl.getColor()Methods in io.keikai.api.model.impl with parameters of type ColorModifier and TypeMethodDescriptionCellStyleBuilderImpl.borderBottomColor(Color color) CellStyleBuilderImpl.borderLeftColor(Color color) CellStyleBuilderImpl.borderRightColor(Color color) CellStyleBuilderImpl.borderTopColor(Color color) voidEditableCellStyleImpl.setBackColor(Color color) voidEditableCellStyleImpl.setBorderBottomColor(Color color) voidEditableCellStyleImpl.setBorderLeftColor(Color color) voidEditableCellStyleImpl.setBorderRightColor(Color color) voidEditableCellStyleImpl.setBorderTopColor(Color color) voidvoidEditableCellStyleImpl.setFillColor(Color color) -
Uses of Color in io.keikaiex.ui.dialog
Fields in io.keikaiex.ui.dialog declared as ColorModifier and TypeFieldDescriptionprotected ColorFormatCellCtrl.backColorprotected ColorFormatCellCtrl.fillColorMethods in io.keikaiex.ui.dialog with parameters of type ColorModifier and TypeMethodDescriptionstatic voidFormatCellCtrl.show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback, String formatCode, Color backColor, Color fillColor, CellStyle.FillPattern fillPattern, int rotation, Spreadsheet ss)
Range.CellStyleHelper.builder(CellStyle)to create an immutable font