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 Font
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 fontFont
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 Font Modifier and Type Method Description EditableFont
Range.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 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 in io.keikai.api.model
Subinterfaces of Font in io.keikai.api.model Modifier and Type Interface Description interface
EditableFont
Deprecated.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 Font
CellStyle. getFont()
Font
RichText. getFont()
Font
RichText.Segment. getFont()
Methods in io.keikai.api.model with parameters of type Font Modifier and Type Method Description void
RichText. addSegment(String text, Font font)
void
EditableCellStyle. 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 class
EditableFontImpl
class
FontImpl
Methods in io.keikai.api.model.impl that return Font Modifier and Type Method Description Font
RichTextImpl. getFont()
Methods in io.keikai.api.model.impl with parameters of type Font Modifier and Type Method Description void
RichTextImpl. addSegment(String text, Font font)
void
EditableFontImpl. copyAttributeFrom(Font src)
void
EditableCellStyleImpl. setFont(Font font)
-