Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.importer | |
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 |
Keikai Spreadsheet Internal Range API 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 SFont.TypeOffset |
EnumUtil.toFontTypeOffset(Font.TypeOffset typeOffset) |
Modifier and Type | Method and Description |
---|---|
static Font.TypeOffset |
EnumUtil.toFontTypeOffset(SFont.TypeOffset typeOffset) |
Modifier and Type | Method and Description |
---|---|
static SFont.TypeOffset |
XlsxImporter.toTypeOffset(String typeOffset) |
Modifier and Type | Method and Description |
---|---|
SFont.TypeOffset |
SFont.getTypeOffset() |
static SFont.TypeOffset |
SFont.TypeOffset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFont.TypeOffset[] |
SFont.TypeOffset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SFont.setTypeOffset(SFont.TypeOffset fontTypeOffset) |
Modifier and Type | Method and Description |
---|---|
SFont.TypeOffset |
FontImpl.getTypeOffset() |
Modifier and Type | Method and Description |
---|---|
void |
FontImpl.setTypeOffset(SFont.TypeOffset fontTypeOffset) |
Modifier and Type | Method and Description |
---|---|
void |
CellStyleMatcher.setFontTypeOffset(SFont.TypeOffset typeOffset) |
void |
FontMatcher.setTypeOffset(SFont.TypeOffset typeOffset) |
Modifier and Type | Method and Description |
---|---|
SFont |
SRange.getOrCreateFont(SFont.Boldweight boldweight,
String htmlColor,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
SFont.TypeOffset typeOffset,
SFont.Underline underline)
Get font if exists or create font if not exists from the book of this
range and return it.
|
Modifier and Type | Method and Description |
---|---|
SFont |
RangeImpl.getOrCreateFont(SFont.Boldweight boldweight,
String htmlColor,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
SFont.TypeOffset typeOffset,
SFont.Underline underline) |
static void |
StyleUtil.setFontTypeOffset(SBook book,
CellStyleHolder holder,
SFont.TypeOffset offset) |
static void |
WholeStyleUtil.setFontTypeOffset(SRange wholeRange,
SFont.TypeOffset fontTypeOffset) |
static boolean |
StyleUtil.setRichTextFontTypeOffset(SBook book,
SCell cell,
SFont.TypeOffset offset) |
Modifier and Type | Method and Description |
---|---|
static SFont.TypeOffset |
PoiEnumConversion.toTypeOffset(short typeOffset) |
Modifier and Type | Method and Description |
---|---|
static short |
PoiEnumConversion.toPoiTypeOffset(SFont.TypeOffset typeOffset) |
Copyright © 2020. All rights reserved.