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 SWorkbookProtection
SBook. 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 class
WorkbookProtectionImpl
Methods in io.keikai.model.impl that return SWorkbookProtection Modifier and Type Method Description SWorkbookProtection
BookImpl. 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 void
AbstractExcelExporter. exportWorkbookProtection(SWorkbookProtection workbookProtection)
protected void
ExcelXlsExporter. exportWorkbookProtection(SWorkbookProtection workbookProtection)
protected void
ExcelXlsxExporter. exportWorkbookProtection(SWorkbookProtection workbookProtection)
-