Uses of Class
io.keikai.api.model.Font.Underline
-
Packages that use Font.Underline 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.Underline in io.keikai.api
Methods in io.keikai.api with parameters of type Font.Underline Modifier and Type Method Description static void
CellOperationUtil. applyFontUnderline(Range range, Font.Underline underline)
Apply font underline 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. getFontUnderlineApplier(Font.Underline underline)
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. getRichTextFontUnderlineApplier(Font.Underline underline)
-
Uses of Font.Underline in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Font.Underline 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.Underline in io.keikai.api.model
Methods in io.keikai.api.model that return Font.Underline Modifier and Type Method Description Font.Underline
Font. getUnderline()
static Font.Underline
Font.Underline. valueOf(String name)
Returns the enum constant of this type with the specified name.static Font.Underline[]
Font.Underline. 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.Underline Modifier and Type Method Description CellStyle.Builder
CellStyle.Builder. fontUnderline(Font.Underline underline)
Sets the font underline style.void
EditableFont. setUnderline(Font.Underline underline)
Deprecated. -
Uses of Font.Underline in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return Font.Underline Modifier and Type Method Description Font.Underline
FontImpl. getUnderline()
static Font.Underline
EnumUtil. toFontUnderline(SFont.Underline underline)
Methods in io.keikai.api.model.impl with parameters of type Font.Underline Modifier and Type Method Description CellStyle.Builder
CellStyleBuilderImpl. fontUnderline(Font.Underline underline)
void
EditableFontImpl. setUnderline(Font.Underline underline)
static SFont.Underline
EnumUtil. toFontUnderline(Font.Underline underline)
-