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.BoldweightEnumUtil. toFontBoldweight(Font.Boldweight boldweight)Methods in io.keikai.api.model.impl with parameters of type SFont.Boldweight Modifier and Type Method Description static Font.BoldweightEnumUtil. 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.BoldweightSFont. getBoldweight()static SFont.BoldweightSFont.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 SFontBuilderSFontBuilder. boldweight(SFont.Boldweight boldweight)Sets the font's bold style.voidSFont. 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.BoldweightFontImpl. getBoldweight()Deprecated.SFont.BoldweightImmutableFontImpl. getBoldweight()Methods in io.keikai.model.impl with parameters of type SFont.Boldweight Modifier and Type Method Description AbstractFontBuilderAdvFontBuilderImpl. boldweight(SFont.Boldweight boldweight)voidFontImpl. setBoldweight(SFont.Boldweight fontBoldweight)Deprecated.voidImmutableFontImpl. 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 voidFontMatcher. setBoldweight(SFont.Boldweight boldweight)voidCellStyleMatcher. 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 SFontSRange. 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 SFontRangeImpl. getOrCreateFont(SFont.Boldweight boldweight, String htmlColor, int fontHeight, String fontName, boolean italic, boolean strikeout, SFont.TypeOffset typeOffset, SFont.Underline underline)static voidStyleUtil. setFontBoldWeight(SBook book, CellStyleHolder holder, SFont.Boldweight boldWeight)static voidWholeStyleUtil. setFontBoldWeight(SRange wholeRange, SFont.Boldweight fontBoldweight)static booleanStyleUtil. 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.BoldweightPoiEnumConversion. toBoldweight(boolean bold)static SFont.BoldweightPoiEnumConversion. toBoldweight(short bold)Methods in io.keikai.range.impl.imexp with parameters of type SFont.Boldweight Modifier and Type Method Description static shortPoiEnumConversion. toPoiBoldweight(SFont.Boldweight bold)
-