Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.model.util |
Keikai Spreadsheet Internal Book Model Utilities classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static SCellStyle.VerticalAlignment |
EnumUtil.toStyleVerticalAlignemnt(CellStyle.VerticalAlignment alignment) |
Modifier and Type | Method and Description |
---|---|
static CellStyle.VerticalAlignment |
EnumUtil.toStyleVerticalAlignemnt(SCellStyle.VerticalAlignment alignment) |
Modifier and Type | Method and Description |
---|---|
SCellStyle.VerticalAlignment |
SCellStyle.getVerticalAlignment()
Gets vertical alignment
|
static SCellStyle.VerticalAlignment |
SCellStyle.VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCellStyle.VerticalAlignment[] |
SCellStyle.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 |
SCellStyle.setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) |
Modifier and Type | Field and Description |
---|---|
protected SCellStyle.VerticalAlignment |
CellStyleImpl._verticalAlignment |
Modifier and Type | Method and Description |
---|---|
SCellStyle.VerticalAlignment |
NamedStyleImpl.getVerticalAlignment() |
SCellStyle.VerticalAlignment |
CellStyleImpl.getVerticalAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
NamedStyleImpl.setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) |
void |
CellStyleImpl.setVerticalAlignment(SCellStyle.VerticalAlignment verticalAlignment) |
Modifier and Type | Method and Description |
---|---|
void |
CellStyleMatcher.setVerticalAlignment(SCellStyle.VerticalAlignment align) |
Modifier and Type | Method and Description |
---|---|
static void |
StyleUtil.setTextVAlign(SBook book,
CellStyleHolder holder,
SCellStyle.VerticalAlignment valign) |
static void |
WholeStyleUtil.setTextVAlign(SRange wholeRange,
SCellStyle.VerticalAlignment vAlignment) |
Modifier and Type | Method and Description |
---|---|
static SCellStyle.VerticalAlignment |
PoiEnumConversion.toVerticalAlignment(short poiVerticalAlignment) |
Modifier and Type | Method and Description |
---|---|
static short |
PoiEnumConversion.toPoiVerticalAlignment(SCellStyle.VerticalAlignment vAlignment) |
Copyright © 2020. All rights reserved.