Uses of Class
org.xlsx4j.sml.CTSheetProtection
Packages that use CTSheetProtection
Package
Description
-
Uses of CTSheetProtection in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that return CTSheetProtectionModifier and TypeMethodDescriptionProtectWorkbook.getSheetProtection(WorksheetPart worksheetPart) Use this method to get the CTSheetProtection object for the specified worksheet, so you can set its parameters as you see fit.Methods in org.docx4j.openpackaging.packages with parameters of type CTSheetProtectionModifier and TypeMethodDescriptionvoidProtectWorkbook.setSheetProtection(CTSheetProtection sheetProtection, String password, HashAlgorithm hashAlgo) Enforces the protection passed in sheetProtection, with the specified password, and HashAlgorithm for the password.voidProtectWorkbook.setSheetProtectionPassword(CTSheetProtection sheetProtection, String password) Enforces the protection passed in sheetProtection, with the specified password, using sha512 (like Excel 2013).static booleanProtectWorkbook.validateSheetProtectionPassword(CTSheetProtection sheetProtection, String password) Validates the password, i.e. -
Uses of CTSheetProtection in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTSheetProtectionMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetProtectionModifier and TypeMethodDescriptionCTWorksheet.getSheetProtection()Gets the value of the sheetProtection property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetProtectionModifier and TypeMethodDescriptionvoidCTWorksheet.setSheetProtection(CTSheetProtection value) Sets the value of the sheetProtection property. -
Uses of CTSheetProtection in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetProtectionModifier and TypeFieldDescriptionprotected CTSheetProtectionDialogsheet.sheetProtectionprotected CTSheetProtectionMacrosheet.sheetProtectionprotected CTSheetProtectionWorksheet.sheetProtectionMethods in org.xlsx4j.sml that return CTSheetProtectionModifier and TypeMethodDescriptionObjectFactory.createCTSheetProtection()Create an instance ofCTSheetProtectionDialogsheet.getSheetProtection()Gets the value of the sheetProtection property.Macrosheet.getSheetProtection()Gets the value of the sheetProtection property.Worksheet.getSheetProtection()Gets the value of the sheetProtection property.Methods in org.xlsx4j.sml with parameters of type CTSheetProtectionModifier and TypeMethodDescriptionvoidDialogsheet.setSheetProtection(CTSheetProtection value) Sets the value of the sheetProtection property.voidMacrosheet.setSheetProtection(CTSheetProtection value) Sets the value of the sheetProtection property.voidWorksheet.setSheetProtection(CTSheetProtection value) Sets the value of the sheetProtection property.