Uses of Enum Class
io.keikai.model.SFont.Underline
Packages that use SFont.Underline
Package
Description
-
Uses of SFont.Underline in io.keikai.importer
Methods in io.keikai.importer that return SFont.UnderlineModifier and TypeMethodDescriptionstatic SFont.UnderlineXlsxImporter.toUnderline(String underline) -
Uses of SFont.Underline in io.keikai.model
Methods in io.keikai.model that return SFont.UnderlineModifier and TypeMethodDescriptionSFont.getUnderline()static SFont.UnderlineReturns the enum constant of this class with the specified name.static SFont.Underline[]SFont.Underline.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type SFont.UnderlineModifier and TypeMethodDescriptionvoidSFont.setUnderline(SFont.Underline fontUnderline) Deprecated.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.UnderlineModifier and TypeMethodDescriptionFontImpl.getUnderline()Deprecated.ImmutableFontImpl.getUnderline()Methods in io.keikai.model.impl with parameters of type SFont.UnderlineModifier and TypeMethodDescriptionvoidFontImpl.setUnderline(SFont.Underline fontUnderline) Deprecated.voidImmutableFontImpl.setUnderline(SFont.Underline fontUnderline) FontBuilderImpl.underline(SFont.Underline underline) Constructors in io.keikai.model.impl with parameters of type SFont.UnderlineModifierConstructorDescriptionFontImpl(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.UnderlineModifier and TypeMethodDescriptionvoidCellStyleMatcher.setFontUnderline(SFont.Underline underline) voidFontMatcher.setUnderline(SFont.Underline underline) -
Uses of SFont.Underline in io.keikai.range
Methods in io.keikai.range with parameters of type SFont.UnderlineModifier and TypeMethodDescriptionSRange.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.UnderlineModifier and TypeMethodDescriptionRangeImpl.getOrCreateFont(SFont.Boldweight boldweight, String htmlColor, int fontHeight, String fontName, boolean italic, boolean strikeout, SFont.TypeOffset typeOffset, SFont.Underline underline) static voidStyleUtil.setFontUnderline(SBook book, CellStyleHolder holder, SFont.Underline underline) static voidWholeStyleUtil.setFontUnderline(SRange wholeRange, SFont.Underline fontUnderline) static booleanStyleUtil.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.UnderlineModifier and TypeMethodDescriptionstatic SFont.UnderlinePoiEnumConversion.toUnderline(byte underline) Methods in io.keikai.range.impl.imexp with parameters of type SFont.UnderlineModifier and TypeMethodDescriptionstatic bytePoiEnumConversion.toPoiUnderline(SFont.Underline underline)