Uses of Class
org.xlsx4j.sml.CTSheetProtection
Packages that use CTSheetProtection
-
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.