Uses of Enum Class
io.keikai.api.model.Font.TypeOffset
Packages that use Font.TypeOffset
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.TypeOffset in io.keikai.api
Methods in io.keikai.api with parameters of type Font.TypeOffsetModifier and TypeMethodDescriptionstatic voidCellOperationUtil.applyFontTypeOffset(Range range, Font.TypeOffset offset) Apply font typeOffset 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.getFontTypeOffsetApplier(Font.TypeOffset offset) 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.getRichTextFontTypeOffsetApplier(Font.TypeOffset offset) -
Uses of Font.TypeOffset in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Font.TypeOffsetModifier 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.TypeOffset in io.keikai.api.model
Methods in io.keikai.api.model that return Font.TypeOffsetModifier and TypeMethodDescriptionFont.getTypeOffset()static Font.TypeOffsetReturns the enum constant of this class with the specified name.static Font.TypeOffset[]Font.TypeOffset.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Font.TypeOffset in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return Font.TypeOffsetModifier and TypeMethodDescriptionFontImpl.getTypeOffset()static Font.TypeOffsetEnumUtil.toFontTypeOffset(SFont.TypeOffset typeOffset) Methods in io.keikai.api.model.impl with parameters of type Font.TypeOffsetModifier and TypeMethodDescriptionstatic SFont.TypeOffsetEnumUtil.toFontTypeOffset(Font.TypeOffset typeOffset)
Range.CellStyleHelper.builder(CellStyle)to create an immutable font