Uses of Enum Class
io.keikai.api.model.Font.Boldweight
Packages that use Font.Boldweight
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API classes.
Keikai Spreadsheet Model API implementation classes, Internal use only
-
Uses of Font.Boldweight in io.keikai.api
Methods in io.keikai.api with parameters of type Font.BoldweightModifier and TypeMethodDescriptionstatic voidCellOperationUtil.applyFontBoldweight(Range range, Font.Boldweight boldweight) Apply font bold-weight to cells in the rangeRange.CellStyleHelper.findFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline) Deprecated.CellOperationUtil.getFontBoldweightApplier(Font.Boldweight boldweight) Range.getOrCreateFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline) Deprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)to create an immutable cell style and fontCellOperationUtil.getRichTextFontBoldweightApplier(Font.Boldweight boldweight) -
Uses of Font.Boldweight in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Font.BoldweightModifier and TypeMethodDescriptionRangeImpl.getOrCreateFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline) -
Uses of Font.Boldweight in io.keikai.api.model
Methods in io.keikai.api.model that return Font.BoldweightModifier and TypeMethodDescriptionFont.getBoldweight()static Font.BoldweightReturns the enum constant of this class with the specified name.static Font.Boldweight[]Font.Boldweight.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.api.model with parameters of type Font.BoldweightModifier and TypeMethodDescriptionCellStyle.Builder.fontBoldweight(Font.Boldweight boldweight) Sets the font bold style.voidEditableFont.setBoldweight(Font.Boldweight boldweight) Deprecated. -
Uses of Font.Boldweight in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return Font.BoldweightModifier and TypeMethodDescriptionFontImpl.getBoldweight()static Font.BoldweightEnumUtil.toFontBoldweight(SFont.Boldweight boldweight) Methods in io.keikai.api.model.impl with parameters of type Font.BoldweightModifier and TypeMethodDescriptionCellStyleBuilderImpl.fontBoldweight(Font.Boldweight boldweight) voidEditableFontImpl.setBoldweight(Font.Boldweight boldweight) static SFont.BoldweightEnumUtil.toFontBoldweight(Font.Boldweight boldweight)
Range.CellStyleHelper.builder(CellStyle)to create an immutable font