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.
|
io.keikai.ui.impl |
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
|
Modifier and Type | Method and Description |
---|---|
static SCellStyle.Alignment |
EnumUtil.toStyleAlignemnt(CellStyle.Alignment alignment) |
Modifier and Type | Method and Description |
---|---|
static CellStyle.Alignment |
EnumUtil.toStyleAlignemnt(SCellStyle.Alignment alignment) |
Modifier and Type | Method and Description |
---|---|
SCellStyle.Alignment |
SCellStyle.getAlignment()
Gets the horizontal alignment
|
static SCellStyle.Alignment |
SCellStyle.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCellStyle.Alignment[] |
SCellStyle.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 |
SCellStyle.setAlignment(SCellStyle.Alignment alignment) |
Modifier and Type | Field and Description |
---|---|
protected SCellStyle.Alignment |
CellStyleImpl._alignment |
Modifier and Type | Method and Description |
---|---|
SCellStyle.Alignment |
NamedStyleImpl.getAlignment() |
SCellStyle.Alignment |
CellStyleImpl.getAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
NamedStyleImpl.setAlignment(SCellStyle.Alignment alignment) |
void |
CellStyleImpl.setAlignment(SCellStyle.Alignment alignment) |
Modifier and Type | Method and Description |
---|---|
void |
CellStyleMatcher.setAlignment(SCellStyle.Alignment align) |
Modifier and Type | Method and Description |
---|---|
static void |
StyleUtil.setTextHAlign(SBook book,
CellStyleHolder holder,
SCellStyle.Alignment align) |
static void |
WholeStyleUtil.setTextHAlign(SRange wholeRange,
SCellStyle.Alignment hAlignment) |
Modifier and Type | Method and Description |
---|---|
static SCellStyle.Alignment |
PoiEnumConversion.toHorizontalAlignment(short poiHorizontalAlignment) |
Modifier and Type | Method and Description |
---|---|
static short |
PoiEnumConversion.toPoiHorizontalAlignment(SCellStyle.Alignment alignment) |
Modifier and Type | Method and Description |
---|---|
static SCellStyle.Alignment |
CellFormatHelper.getRealAlignment(SCell cell) |
Copyright © 2020. All rights reserved.