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 |
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.Boldweight |
EnumUtil.toFontBoldweight(Font.Boldweight boldweight) |
Modifier and Type | Method and Description |
---|---|
static Font.Boldweight |
EnumUtil.toFontBoldweight(SFont.Boldweight boldweight) |
Modifier and Type | Method and Description |
---|---|
SFont.Boldweight |
SFont.getBoldweight() |
static SFont.Boldweight |
SFont.Boldweight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFont.Boldweight[] |
SFont.Boldweight.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.setBoldweight(SFont.Boldweight fontBoldweight) |
Modifier and Type | Method and Description |
---|---|
SFont.Boldweight |
FontImpl.getBoldweight() |
Modifier and Type | Method and Description |
---|---|
void |
FontImpl.setBoldweight(SFont.Boldweight fontBoldweight) |
Modifier and Type | Method and Description |
---|---|
void |
FontMatcher.setBoldweight(SFont.Boldweight boldweight) |
void |
CellStyleMatcher.setFontBoldweight(SFont.Boldweight boldweight) |
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.setFontBoldWeight(SBook book,
CellStyleHolder holder,
SFont.Boldweight boldWeight) |
static void |
WholeStyleUtil.setFontBoldWeight(SRange wholeRange,
SFont.Boldweight fontBoldweight) |
static boolean |
StyleUtil.setRichTextFontBoldweight(SBook book,
SCell cell,
SFont.Boldweight bold) |
Modifier and Type | Method and Description |
---|---|
static SFont.Boldweight |
PoiEnumConversion.toBoldweight(short bold) |
Modifier and Type | Method and Description |
---|---|
static short |
PoiEnumConversion.toPoiBoldweight(SFont.Boldweight bold) |
Copyright © 2020. All rights reserved.