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.Underline |
EnumUtil.toFontUnderline(Font.Underline underline) |
Modifier and Type | Method and Description |
---|---|
static Font.Underline |
EnumUtil.toFontUnderline(SFont.Underline underline) |
Modifier and Type | Method and Description |
---|---|
static SFont.Underline |
XlsxImporter.toUnderline(String underline) |
Modifier and Type | Method and Description |
---|---|
SFont.Underline |
SFont.getUnderline() |
static SFont.Underline |
SFont.Underline.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFont.Underline[] |
SFont.Underline.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.setUnderline(SFont.Underline fontUnderline) |
Modifier and Type | Method and Description |
---|---|
SFont.Underline |
FontImpl.getUnderline() |
Modifier and Type | Method and Description |
---|---|
void |
FontImpl.setUnderline(SFont.Underline fontUnderline) |
Constructor and Description |
---|
FontImpl(String fontColor,
boolean bold,
boolean fontItalic,
boolean fontStrikeout,
SFont.Underline fontUnderline) |
Modifier and Type | Method and Description |
---|---|
void |
CellStyleMatcher.setFontUnderline(SFont.Underline underline) |
void |
FontMatcher.setUnderline(SFont.Underline underline) |
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.setFontUnderline(SBook book,
CellStyleHolder holder,
SFont.Underline underline) |
static void |
WholeStyleUtil.setFontUnderline(SRange wholeRange,
SFont.Underline fontUnderline) |
static boolean |
StyleUtil.setRichTextFontUnderline(SBook book,
SCell cell,
SFont.Underline underline) |
Modifier and Type | Method and Description |
---|---|
static SFont.Underline |
PoiEnumConversion.toUnderline(byte underline) |
Modifier and Type | Method and Description |
---|---|
static byte |
PoiEnumConversion.toPoiUnderline(SFont.Underline underline) |
Copyright © 2020. All rights reserved.