Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model |
Keikai Spreadsheet Model API classes.
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
Modifier and Type | Method and Description |
---|---|
static void |
CellOperationUtil.applyFontUnderline(Range range,
Font.Underline underline)
Apply font underline to cells in the range
|
Font |
Range.CellStyleHelper.findFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline)
find the font with given condition
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getFontUnderlineApplier(Font.Underline underline) |
Font |
Range.getOrCreateFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline)
Get font if exists or create font if not exists from the book of this
range and return it.
|
static CellOperationUtil.CellStyleApplier |
CellOperationUtil.getRichTextFontUnderlineApplier(Font.Underline underline) |
Modifier and Type | Method and Description |
---|---|
Font |
RangeImpl.getOrCreateFont(Font.Boldweight boldweight,
Color color,
int fontHeight,
String fontName,
boolean italic,
boolean strikeout,
Font.TypeOffset typeOffset,
Font.Underline underline) |
Modifier and Type | Method and Description |
---|---|
Font.Underline |
Font.getUnderline() |
static Font.Underline |
Font.Underline.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Font.Underline[] |
Font.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 |
EditableFont.setUnderline(Font.Underline underline) |
Modifier and Type | Method and Description |
---|---|
Font.Underline |
FontImpl.getUnderline() |
static Font.Underline |
EnumUtil.toFontUnderline(SFont.Underline underline) |
Modifier and Type | Method and Description |
---|---|
void |
EditableFontImpl.setUnderline(Font.Underline underline) |
static SFont.Underline |
EnumUtil.toFontUnderline(Font.Underline underline) |
Copyright © 2020. All rights reserved.