Uses of Class
io.keikai.model.SFont.Underline
-
Packages that use SFont.Underline Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.util Keikai Spreadsheet Internal Book Model Utilities classes.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SFont.Underline in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SFont.Underline Modifier and Type Method Description static SFont.Underline
EnumUtil. toFontUnderline(Font.Underline underline)
Methods in io.keikai.api.model.impl with parameters of type SFont.Underline Modifier and Type Method Description static Font.Underline
EnumUtil. toFontUnderline(SFont.Underline underline)
-
Uses of SFont.Underline in io.keikai.importer
Methods in io.keikai.importer that return SFont.Underline Modifier and Type Method Description static SFont.Underline
XlsxImporter. toUnderline(String underline)
-
Uses of SFont.Underline in io.keikai.model
Methods in io.keikai.model that return SFont.Underline Modifier and Type Method Description SFont.Underline
SFont. getUnderline()
static SFont.Underline
SFont.Underline. valueOf(String name)
Returns the enum constant of this type with the specified name.static SFont.Underline[]
SFont.Underline. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.model with parameters of type SFont.Underline Modifier and Type Method Description void
SFont. setUnderline(SFont.Underline fontUnderline)
Deprecated.SFontBuilder
SFontBuilder. underline(SFont.Underline underline)
Sets the font's underline style. -
Uses of SFont.Underline in io.keikai.model.impl
Methods in io.keikai.model.impl that return SFont.Underline Modifier and Type Method Description SFont.Underline
FontImpl. getUnderline()
Deprecated.SFont.Underline
ImmutableFontImpl. getUnderline()
Methods in io.keikai.model.impl with parameters of type SFont.Underline Modifier and Type Method Description void
FontImpl. setUnderline(SFont.Underline fontUnderline)
Deprecated.void
ImmutableFontImpl. setUnderline(SFont.Underline fontUnderline)
AbstractFontBuilderAdv
FontBuilderImpl. underline(SFont.Underline underline)
Constructors in io.keikai.model.impl with parameters of type SFont.Underline Constructor Description FontImpl(String fontColor, boolean bold, boolean fontItalic, boolean fontStrikeout, SFont.Underline fontUnderline)
Deprecated.ImmutableFontImpl(String fontColor, boolean bold, boolean fontItalic, boolean fontStrikeout, SFont.Underline fontUnderline)
-
Uses of SFont.Underline in io.keikai.model.util
Methods in io.keikai.model.util with parameters of type SFont.Underline Modifier and Type Method Description void
CellStyleMatcher. setFontUnderline(SFont.Underline underline)
void
FontMatcher. setUnderline(SFont.Underline underline)
-
Uses of SFont.Underline in io.keikai.range
Methods in io.keikai.range with parameters of type SFont.Underline Modifier and Type Method Description SFont
SRange. getOrCreateFont(SFont.Boldweight boldweight, String htmlColor, int fontHeight, String fontName, boolean italic, boolean strikeout, SFont.TypeOffset typeOffset, SFont.Underline underline)
Get font if exists or create font if not exists from the book of this range and return it. -
Uses of SFont.Underline in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SFont.Underline Modifier and Type Method Description SFont
RangeImpl. getOrCreateFont(SFont.Boldweight boldweight, String htmlColor, int fontHeight, String fontName, boolean italic, boolean strikeout, SFont.TypeOffset typeOffset, SFont.Underline underline)
static void
StyleUtil. setFontUnderline(SBook book, CellStyleHolder holder, SFont.Underline underline)
static void
WholeStyleUtil. setFontUnderline(SRange wholeRange, SFont.Underline fontUnderline)
static boolean
StyleUtil. setRichTextFontUnderline(SBook book, SCell cell, SFont.Underline underline)
-
Uses of SFont.Underline in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SFont.Underline Modifier and Type Method Description static SFont.Underline
PoiEnumConversion. toUnderline(byte underline)
Methods in io.keikai.range.impl.imexp with parameters of type SFont.Underline Modifier and Type Method Description static byte
PoiEnumConversion. toPoiUnderline(SFont.Underline underline)
-