Uses of Interface
io.keikai.api.model.impl.ModelRef
Packages that use ModelRef
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
-
Uses of ModelRef in io.keikai.api.model.impl
Classes in io.keikai.api.model.impl that implement ModelRefFields in io.keikai.api.model.impl declared as ModelRefModifier and TypeFieldDescriptionCellStyleImpl._bookRefFontImpl._bookRefFontImpl._fontRefprotected ModelRef<SCellStyle>CellStyleImpl._styleRefMethods in io.keikai.api.model.impl that return ModelRefModifier and TypeMethodDescriptionColorImpl.getBookRef()BookImpl.getRef()CellStyleImpl.getRef()ColorImpl.getRef()FontImpl.getRef()SheetImpl.getRef()Constructors in io.keikai.api.model.impl with parameters of type ModelRefModifierConstructorDescriptionCellStyleImpl(ModelRef<SBook> book, ModelRef<SCellStyle> style) ChartDataImpl(ModelRef<SChartData> chartDataRef) EditableCellStyleImpl(ModelRef<SBook> book, ModelRef<SCellStyle> style) EditableFontImpl(ModelRef<SBook> book, ModelRef<SFont> font) HyperlinkImpl(ModelRef<SHyperlink> linkRef, String label) PictureImpl(ModelRef<SSheet> sheetRef, ModelRef<SPicture> picRef) SheetProtectionImpl(ModelRef<SSheet> sheetRef, ModelRef<SSheetProtection> sspRef) ValidationImpl(ModelRef<SDataValidation> validationRef)