Uses of Class
io.keikai.model.impl.AbstractFontAdv
-
Packages that use AbstractFontAdv Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of AbstractFontAdv in io.keikai.model.impl
Subclasses of AbstractFontAdv in io.keikai.model.impl Modifier and Type Class Description class
FontImpl
Deprecated.As if release 5.3.0, replaced byImmutableFontImpl
class
ImmutableFontImpl
Fields in io.keikai.model.impl declared as AbstractFontAdv Modifier and Type Field Description protected AbstractFontAdv
CellStyleImpl. _font
Deprecated.protected AbstractFontAdv
ImmutableCellStyleImpl. font
Methods in io.keikai.model.impl that return types with arguments of type AbstractFontAdv Modifier and Type Method Description Map<AbstractFontAdv,AbstractFontAdv>
BookImpl. geImmutableFontTable()
Map<AbstractFontAdv,AbstractFontAdv>
BookImpl. geImmutableFontTable()
Constructors in io.keikai.model.impl with parameters of type AbstractFontAdv Constructor Description CellStyleImpl(AbstractFontAdv font)
Deprecated.CellStyleImpl(AbstractFontAdv font, AbstractFillAdv fill, AbstractBorderAdv border)
Deprecated.ImmutableCellStyleImpl(AbstractFontAdv font, AbstractFillAdv fill, AbstractBorderAdv border)
-