Uses of Interface
io.keikai.api.model.Font
-
Packages that use Font 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 in io.keikai.api
Methods in io.keikai.api that return Font Modifier and Type Method Description FontRange.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 fontFontRange. 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 Font Modifier and Type Method Description EditableFontRange.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 Font Modifier and Type Method Description FontRangeImpl. 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.model Modifier and Type Interface Description interfaceEditableFontDeprecated.As if release 5.3.0, replaced byRange.CellStyleHelper.builder(CellStyle)to build an immutable fontMethods in io.keikai.api.model that return Font Modifier and Type Method Description FontCellStyle. getFont()FontRichText. getFont()FontRichText.Segment. getFont()Methods in io.keikai.api.model with parameters of type Font Modifier and Type Method Description voidRichText. addSegment(String text, Font font)voidEditableCellStyle. setFont(Font font)Deprecated.Sets font -
Uses of Font in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement Font Modifier and Type Class Description classEditableFontImplclassFontImplMethods in io.keikai.api.model.impl that return Font Modifier and Type Method Description FontRichTextImpl. getFont()Methods in io.keikai.api.model.impl with parameters of type Font Modifier and Type Method Description voidRichTextImpl. addSegment(String text, Font font)voidEditableFontImpl. copyAttributeFrom(Font src)voidEditableCellStyleImpl. setFont(Font font)
-