Uses of Class
io.keikai.api.model.Font.Boldweight
-
Packages that use Font.Boldweight Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model Keikai Spreadsheet Model API classes.io.keikai.api.model.impl 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.Boldweight Modifier and Type Method Description static void
CellOperationUtil. applyFontBoldweight(Range range, Font.Boldweight boldweight)
Apply font bold-weight to cells in the rangeFont
Range.CellStyleHelper. findFont(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 fontstatic CellOperationUtil.CellStyleApplier
CellOperationUtil. getFontBoldweightApplier(Font.Boldweight boldweight)
Font
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 fontstatic CellOperationUtil.CellStyleApplier
CellOperationUtil. getRichTextFontBoldweightApplier(Font.Boldweight boldweight)
-
Uses of Font.Boldweight in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Font.Boldweight Modifier and Type Method Description Font
RangeImpl. 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.Boldweight Modifier and Type Method Description Font.Boldweight
Font. getBoldweight()
static Font.Boldweight
Font.Boldweight. valueOf(String name)
Returns the enum constant of this type with the specified name.static Font.Boldweight[]
Font.Boldweight. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api.model with parameters of type Font.Boldweight Modifier and Type Method Description CellStyle.Builder
CellStyle.Builder. fontBoldweight(Font.Boldweight boldweight)
Sets the font bold style.void
EditableFont. 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.Boldweight Modifier and Type Method Description Font.Boldweight
FontImpl. getBoldweight()
static Font.Boldweight
EnumUtil. toFontBoldweight(SFont.Boldweight boldweight)
Methods in io.keikai.api.model.impl with parameters of type Font.Boldweight Modifier and Type Method Description CellStyle.Builder
CellStyleBuilderImpl. fontBoldweight(Font.Boldweight boldweight)
void
EditableFontImpl. setBoldweight(Font.Boldweight boldweight)
static SFont.Boldweight
EnumUtil. toFontBoldweight(Font.Boldweight boldweight)
-