Uses of Class
io.keikai.model.SFont.Boldweight
-
Packages that use SFont.Boldweight Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.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. -
-
Uses of SFont.Boldweight in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SFont.Boldweight Modifier and Type Method Description static SFont.Boldweight
EnumUtil. toFontBoldweight(Font.Boldweight boldweight)
Methods in io.keikai.api.model.impl with parameters of type SFont.Boldweight Modifier and Type Method Description static Font.Boldweight
EnumUtil. toFontBoldweight(SFont.Boldweight boldweight)
-
Uses of SFont.Boldweight in io.keikai.model
Methods in io.keikai.model that return SFont.Boldweight Modifier and Type Method 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.Methods in io.keikai.model with parameters of type SFont.Boldweight Modifier and Type Method Description SFontBuilder
SFontBuilder. boldweight(SFont.Boldweight boldweight)
Sets the font's bold style.void
SFont. setBoldweight(SFont.Boldweight fontBoldweight)
Deprecated. -
Uses of SFont.Boldweight in io.keikai.model.impl
Methods in io.keikai.model.impl that return SFont.Boldweight Modifier and Type Method Description SFont.Boldweight
FontImpl. getBoldweight()
Deprecated.SFont.Boldweight
ImmutableFontImpl. getBoldweight()
Methods in io.keikai.model.impl with parameters of type SFont.Boldweight Modifier and Type Method Description AbstractFontBuilderAdv
FontBuilderImpl. boldweight(SFont.Boldweight boldweight)
void
FontImpl. setBoldweight(SFont.Boldweight fontBoldweight)
Deprecated.void
ImmutableFontImpl. setBoldweight(SFont.Boldweight fontBoldweight)
-
Uses of SFont.Boldweight in io.keikai.model.util
Methods in io.keikai.model.util with parameters of type SFont.Boldweight Modifier and Type Method Description void
FontMatcher. setBoldweight(SFont.Boldweight boldweight)
void
CellStyleMatcher. setFontBoldweight(SFont.Boldweight boldweight)
-
Uses of SFont.Boldweight in io.keikai.range
Methods in io.keikai.range with parameters of type SFont.Boldweight Modifier and Type Method 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. -
Uses of SFont.Boldweight in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SFont.Boldweight Modifier and Type Method 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)
-
Uses of SFont.Boldweight in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SFont.Boldweight Modifier and Type Method Description static SFont.Boldweight
PoiEnumConversion. toBoldweight(boolean bold)
static SFont.Boldweight
PoiEnumConversion. toBoldweight(short bold)
Methods in io.keikai.range.impl.imexp with parameters of type SFont.Boldweight Modifier and Type Method Description static short
PoiEnumConversion. toPoiBoldweight(SFont.Boldweight bold)
-