Uses of Interface
io.keikai.model.SName
Packages that use SName
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of SName in io.keikai.model
Methods in io.keikai.model that return SNameModifier and TypeMethodDescriptionSBook.createName(String name) SBook.createName(String name, String applyToSheetName) Create a defined name on specified sheetSBook.getName(int idx) SBook.getNameByName(String namename) SBook.getNameByName(String namename, String sheetName) Methods in io.keikai.model that return types with arguments of type SNameMethods in io.keikai.model with parameters of type SNameModifier and TypeMethodDescriptionvoidSBook.deleteName(SName name) Delete a defined namevoidSBook.setNameName(SName name, String newname) voidSBook.setNameName(SName name, String newname, String applyToSheetName) -
Uses of SName in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SNameModifier and TypeClassDescriptionclassclassclassMark interface for SName that is associated with Table.Methods in io.keikai.model.impl that return SNameMethods in io.keikai.model.impl that return types with arguments of type SNameMethod parameters in io.keikai.model.impl with type arguments of type SNameModifier and TypeMethodDescriptionvoidPasteCellHelper.pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names) void -
Uses of SName in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SNameModifier and TypeMethodDescriptionvoidNotifyChangeHelper.notifyNameNameChange(SSheet sheet, SName name, String oldName)