| 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.applyVerticalAlignment(Range range,
CellStyle.VerticalAlignment alignment)
Apply vertical-alignment to cells in the range
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getVerticalAligmentApplier(CellStyle.VerticalAlignment alignment) |
| Modifier and Type | Method and Description |
|---|---|
CellStyle.VerticalAlignment |
CellStyle.getVerticalAlignment()
Gets vertical alignment
|
static CellStyle.VerticalAlignment |
CellStyle.VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellStyle.VerticalAlignment[] |
CellStyle.VerticalAlignment.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.setVerticalAlignment(CellStyle.VerticalAlignment alignment)
Sets vertical alignment
Note: Spreadsheet(UI display) supports only VerticalAlignment#TOP, VerticalAlignment#CENTER, VerticalAlignment#TOP,
(Other alignment will be display as VerticalAlignment#BOTTOM), |
| Modifier and Type | Method and Description |
|---|---|
CellStyle.VerticalAlignment |
CellStyleImpl.getVerticalAlignment() |
static CellStyle.VerticalAlignment |
EnumUtil.toStyleVerticalAlignemnt(SCellStyle.VerticalAlignment alignment) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditableCellStyleImpl.setVerticalAlignment(CellStyle.VerticalAlignment alignment) |
static SCellStyle.VerticalAlignment |
EnumUtil.toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment) |
| Constructor and Description |
|---|
VerticalAlignHandler(CellStyle.VerticalAlignment type) |
Copyright © 2020. All rights reserved.