Uses of Interface
io.keikai.model.SWorkbookProtection
-
Packages that use SWorkbookProtection Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SWorkbookProtection in io.keikai.model
Methods in io.keikai.model that return SWorkbookProtection Modifier and Type Method Description SWorkbookProtectionSBook. getWorkbookProtection()Returns the workbook protection -
Uses of SWorkbookProtection in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SWorkbookProtection Modifier and Type Class Description classWorkbookProtectionImplMethods in io.keikai.model.impl that return SWorkbookProtection Modifier and Type Method Description SWorkbookProtectionBookImpl. getWorkbookProtection() -
Uses of SWorkbookProtection in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SWorkbookProtection Modifier and Type Method Description protected abstract voidAbstractExcelExporter. exportWorkbookProtection(SWorkbookProtection workbookProtection)protected voidExcelXlsExporter. exportWorkbookProtection(SWorkbookProtection workbookProtection)protected voidExcelXlsxExporter. exportWorkbookProtection(SWorkbookProtection workbookProtection)
-