| Package | Description |
|---|---|
| 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 |
|---|---|
CellStyle.FillPattern |
CellStyle.getFillPattern()
Gets the fill/background pattern
|
static CellStyle.FillPattern |
CellStyle.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditableCellStyle.setFillPattern(CellStyle.FillPattern pattern)
Sets the fill/background pattern
Note: Spreadsheet (UI display) supports only FillPattern#NONE and FillPattern#SOLID
(Other pattern will be display as {@link FillPattern#SOLID_FOREGROUND),
However you can still set another pattern, the data will still be kept when export. |
| Modifier and Type | Method and Description |
|---|---|
CellStyle.FillPattern |
CellStyleImpl.getFillPattern() |
static CellStyle.FillPattern |
EnumUtil.toStyleFillPattern(SFill.FillPattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditableCellStyleImpl.setFillPattern(CellStyle.FillPattern pattern) |
static SFill.FillPattern |
EnumUtil.toStyleFillPattern(CellStyle.FillPattern pattern) |
| Modifier and Type | Field and Description |
|---|---|
protected CellStyle.FillPattern |
FormatCellCtrl.pattern |
| 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.