Uses of Class
io.keikai.model.impl.AbstractBorderAdv
-
Packages that use AbstractBorderAdv Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of AbstractBorderAdv in io.keikai.model.impl
Subclasses of AbstractBorderAdv in io.keikai.model.impl Modifier and Type Class Description class
BorderImpl
Deprecated.class
ImmutableBorderImpl
Fields in io.keikai.model.impl declared as AbstractBorderAdv Modifier and Type Field Description protected AbstractBorderAdv
CellStyleImpl. _border
Deprecated.protected AbstractBorderAdv
ImmutableCellStyleImpl. border
Constructors in io.keikai.model.impl with parameters of type AbstractBorderAdv Constructor Description CellStyleImpl(AbstractFontAdv font, AbstractFillAdv fill, AbstractBorderAdv border)
Deprecated.ImmutableCellStyleImpl(AbstractFontAdv font, AbstractFillAdv fill, AbstractBorderAdv border)
-