Uses of Class
org.xlsx4j.sml.CTSheetProtection
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTSheetProtection Modifier and Type Field Description protected CTSheetProtectionCTWorksheet. sheetProtectionMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSheetProtection Modifier and Type Method Description CTSheetProtectionCTWorksheet. getSheetProtection()Gets the value of the sheetProtection property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSheetProtection Modifier and Type Method Description voidCTWorksheet. setSheetProtection(CTSheetProtection value)Sets the value of the sheetProtection property. -
Uses of CTSheetProtection in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSheetProtection Modifier and Type Field Description protected CTSheetProtectionDialogsheet. sheetProtectionprotected CTSheetProtectionMacrosheet. sheetProtectionprotected CTSheetProtectionWorksheet. sheetProtectionMethods in org.xlsx4j.sml that return CTSheetProtection Modifier and Type Method Description CTSheetProtectionObjectFactory. createCTSheetProtection()Create an instance ofCTSheetProtectionCTSheetProtectionDialogsheet. getSheetProtection()Gets the value of the sheetProtection property.CTSheetProtectionMacrosheet. getSheetProtection()Gets the value of the sheetProtection property.CTSheetProtectionWorksheet. getSheetProtection()Gets the value of the sheetProtection property.Methods in org.xlsx4j.sml with parameters of type CTSheetProtection Modifier and Type Method Description voidDialogsheet. 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.