| Package | Description |
|---|---|
| io.keikai.api |
Keikai Spreadsheet API classes.
|
| io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
| io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
| io.keikai.ui.impl.ua |
Classes that doing system user action control on Keikai Spreadsheet UI Components.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CellOperationUtil.applyAlignment(Range range,
CellStyle.Alignment alignment)
Apply alignment to cells in the range
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getAligmentApplier(CellStyle.Alignment alignment) |
| Modifier and Type | Method and Description |
|---|---|
CellStyle.Alignment |
CellStyle.getAlignment()
Gets the horizontal alignment
|
static CellStyle.Alignment |
CellStyle.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellStyle.Alignment[] |
CellStyle.Alignment.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.setAlignment(CellStyle.Alignment alignment)
Sets horizontal alignment
Note: Spreadsheet(UI display) supports only Alignment#LEFT, Alignment#CENTER, Alignment#RIGHT
(Alignment#CENTER_SELECTION will be display as Alignment#CENTER, Other alignment will be display as Alignment#LEFT),
However you can still set another alignment, the data will still be kept when export. |
| Modifier and Type | Method and Description |
|---|---|
CellStyle.Alignment |
CellStyleImpl.getAlignment() |
static CellStyle.Alignment |
EnumUtil.toStyleAlignemnt(SCellStyle.Alignment alignment) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditableCellStyleImpl.setAlignment(CellStyle.Alignment alignment) |
static SCellStyle.Alignment |
EnumUtil.toStyleAlignemnt(CellStyle.Alignment alignment) |
| Constructor and Description |
|---|
HorizontalAlignHandler(CellStyle.Alignment type) |
Copyright © 2020. All rights reserved.