Uses of Class
io.keikai.model.SFont.Boldweight
-
Packages that use SFont.Boldweight Package Description io.keikai.model io.keikai.model.impl io.keikai.model.util io.keikai.range io.keikai.range.impl io.keikai.range.impl.imexp -
-
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(java.lang.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, java.lang.String htmlColor, int fontHeight, java.lang.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, java.lang.String htmlColor, int fontHeight, java.lang.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)
-