Uses of Enum Class
io.keikai.model.SFont.Boldweight
Packages that use SFont.Boldweight
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Utilities classes.
Keikai Spreadsheet Internal Range API classes.
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.BoldweightModifier and TypeMethodDescriptionstatic SFont.BoldweightEnumUtil.toFontBoldweight(Font.Boldweight boldweight) Methods in io.keikai.api.model.impl with parameters of type SFont.BoldweightModifier and TypeMethodDescriptionstatic Font.BoldweightEnumUtil.toFontBoldweight(SFont.Boldweight boldweight) -
Uses of SFont.Boldweight in io.keikai.model
Methods in io.keikai.model that return SFont.BoldweightModifier and TypeMethodDescriptionSFont.getBoldweight()static SFont.BoldweightReturns the enum constant of this class with the specified name.static SFont.Boldweight[]SFont.Boldweight.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type SFont.BoldweightModifier and TypeMethodDescriptionSFontBuilder.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.BoldweightModifier and TypeMethodDescriptionFontImpl.getBoldweight()Deprecated.ImmutableFontImpl.getBoldweight()Methods in io.keikai.model.impl with parameters of type SFont.BoldweightModifier and TypeMethodDescriptionFontBuilderImpl.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.BoldweightModifier and TypeMethodDescriptionvoidFontMatcher.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.BoldweightModifier and TypeMethodDescriptionSRange.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.BoldweightModifier and TypeMethodDescriptionRangeImpl.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)