Uses of Interface
io.keikai.api.model.Font
Packages that use Font
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 in io.keikai.api
Methods in io.keikai.api that return FontModifier and TypeMethodDescriptionRange.CellStyleHelper.findFont(Font.Boldweight boldweight, Color color, int fontHeight, String fontName, boolean italic, boolean strikeout, Font.TypeOffset typeOffset, Font.Underline underline) Deprecated.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 fontMethods in io.keikai.api with parameters of type FontModifier and TypeMethodDescriptionRange.CellStyleHelper.createFont(Font src) Deprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)to create an immutable font -
Uses of Font in io.keikai.api.impl
Methods in io.keikai.api.impl that return FontModifier 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 in io.keikai.api.model
Subinterfaces of Font in io.keikai.api.modelModifier and TypeInterfaceDescriptioninterfaceDeprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)to build an immutable fontMethods in io.keikai.api.model that return FontModifier and TypeMethodDescriptionCellStyle.getFont()RichText.getFont()RichText.Segment.getFont()Methods in io.keikai.api.model with parameters of type FontModifier and TypeMethodDescriptionvoidRichText.addSegment(String text, Font font) voidDeprecated.Sets font -
Uses of Font in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement FontMethods in io.keikai.api.model.impl that return FontMethods in io.keikai.api.model.impl with parameters of type FontModifier and TypeMethodDescriptionvoidRichTextImpl.addSegment(String text, Font font) voidEditableFontImpl.copyAttributeFrom(Font src) void
Range.CellStyleHelper.builder(CellStyle)to create an immutable font