Uses of Interface
org.apache.poi.ss.usermodel.SheetProtection
-
Packages that use SheetProtection Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.xssf.usermodel -
-
Uses of SheetProtection in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement SheetProtection Modifier and Type Class Description class
HSSFSheetProtection
zss-576: enhanced protectionMethods in org.apache.poi.hssf.usermodel that return SheetProtection Modifier and Type Method Description SheetProtection
HSSFSheet. getOrCreateSheetProtection()
-
Uses of SheetProtection in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement SheetProtection Modifier and Type Class Description class
XSSFSheetProtection
zss-576: enhanced protection.Methods in org.apache.poi.xssf.usermodel that return SheetProtection Modifier and Type Method Description static SheetProtection
XSSFSheetHelper. getOrCreateSheetProtection(org.apache.poi.xssf.usermodel.XSSFSheet sheet)
-