Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikaiex.ui.dialog |
Modifier and Type | Method and Description |
---|---|
Color |
Range.CellStyleHelper.createColorFromHtmlColor(String htmlColor)
create a color object from a htmlColor expression
|
Modifier and Type | Method and Description |
---|---|
Font |
Range.CellStyleHelper.findFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline)
find the font with given condition
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getBackColorApplier(Color color) |
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getBackgroundColorApplier(Color color)
Deprecated.
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFillColorApplier(Color color) |
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontColorApplier(Color color) |
Font |
Range.getOrCreateFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline)
Get font if exists or create font if not exists from the book of this
range and return it.
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontColorApplier(Color color) |
Modifier and Type | Method and Description |
---|---|
Font |
RangeImpl.getOrCreateFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline) |
Modifier and Type | Method and Description |
---|---|
Color |
CellStyle.getBackColor() |
Color |
CellStyle.getBackgroundColor()
Deprecated.
since 3.5.0 , use
CellStyle.getFillColor() |
Color |
CellStyle.getBorderBottomColor() |
Color |
CellStyle.getBorderLeftColor() |
Color |
CellStyle.getBorderRightColor() |
Color |
CellStyle.getBorderTopColor() |
Color |
Font.getColor() |
Color |
CellStyle.getFillColor() |
Modifier and Type | Method and Description |
---|---|
void |
EditableCellStyle.setBackColor(Color color)
Sets background-color of a fill
|
void |
EditableCellStyle.setBackgroundColor(Color color)
Deprecated.
since 3.5.0 , use
EditableCellStyle.setBackColor(Color) |
void |
EditableCellStyle.setBorderBottomColor(Color color)
Sets bottom border color
you could use Range.CellStyleHelper.createColorFromHtmlColor(String) to create a Color |
void |
EditableCellStyle.setBorderLeftColor(Color color)
Sets left border color
you could use Range.CellStyleHelper.createColorFromHtmlColor(String) to create a Color |
void |
EditableCellStyle.setBorderRightColor(Color color)
Sets right border color
you could use Range.CellStyleHelper.createColorFromHtmlColor(String) to create a Color |
void |
EditableCellStyle.setBorderTopColor(Color color)
Sets top border color.
|
void |
EditableFont.setColor(Color color) |
void |
EditableCellStyle.setFillColor(Color color)
Sets forground-color of a fill.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorImpl |
Modifier and Type | Method and Description |
---|---|
Color |
CellStyleImpl.getBorderBottomColor() |
Color |
CellStyleImpl.getBorderLeftColor() |
Color |
CellStyleImpl.getBorderRightColor() |
Color |
CellStyleImpl.getBorderTopColor() |
Color |
FontImpl.getColor() |
Modifier and Type | Method and Description |
---|---|
void |
EditableCellStyleImpl.setBackColor(Color color) |
void |
EditableCellStyleImpl.setBackgroundColor(Color color)
Deprecated.
|
void |
EditableCellStyleImpl.setBorderBottomColor(Color color) |
void |
EditableCellStyleImpl.setBorderLeftColor(Color color) |
void |
EditableCellStyleImpl.setBorderRightColor(Color color) |
void |
EditableCellStyleImpl.setBorderTopColor(Color color) |
void |
EditableFontImpl.setColor(Color color) |
void |
EditableCellStyleImpl.setFillColor(Color color) |
Modifier and Type | Field and Description |
---|---|
protected Color |
FormatCellCtrl.backColor |
protected Color |
FormatCellCtrl.fillColor |
Modifier and Type | Method and Description |
---|---|
static void |
FormatCellCtrl.show(org.zkoss.zk.ui.event.EventListener<DialogCallbackEvent> callback,
String formatCode,
Color backColor,
Color fillColor,
CellStyle.FillPattern fillPattern,
int rotation,
Spreadsheet ss) |
Copyright © 2020. All rights reserved.