Uses of Interface
io.keikai.model.SSheetProtection
-
Packages that use SSheetProtection Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SSheetProtection in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SSheetProtection Modifier and Type Method Description SSheetProtection
SheetProtectionImpl. getNative()
-
Uses of SSheetProtection in io.keikai.model
Methods in io.keikai.model that return SSheetProtection Modifier and Type Method Description SSheetProtection
SSheet. getSheetProtection()
Gets enhanced protection. -
Uses of SSheetProtection in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SSheetProtection Modifier and Type Class Description class
SheetProtectionImpl
Methods in io.keikai.model.impl that return SSheetProtection Modifier and Type Method Description SSheetProtection
SheetImpl. getSheetProtection()
-
Uses of SSheetProtection in io.keikai.range
Methods in io.keikai.range that return SSheetProtection Modifier and Type Method Description SSheetProtection
SRange. getSheetProtection()
GetsSSheetProtection
protection options that tells what are allowed operations for the protected sheet of the first region of this range. -
Uses of SSheetProtection in io.keikai.range.impl
Methods in io.keikai.range.impl that return SSheetProtection Modifier and Type Method Description SSheetProtection
RangeImpl. getSheetProtection()
-