Uses of Class
org.xlsx4j.sml.CTCellProtection
Packages that use CTCellProtection
-
Uses of CTCellProtection in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCellProtectionModifier and TypeFieldDescriptionprotected CTCellProtectionCTDxf.protectionprotected CTCellProtectionCTXf.protectionMethods in org.xlsx4j.sml that return CTCellProtectionModifier and TypeMethodDescriptionObjectFactory.createCTCellProtection()Create an instance ofCTCellProtectionCTDxf.getProtection()Gets the value of the protection property.CTXf.getProtection()Gets the value of the protection property.Methods in org.xlsx4j.sml with parameters of type CTCellProtectionModifier and TypeMethodDescriptionvoidCTDxf.setProtection(CTCellProtection value) Sets the value of the protection property.voidCTXf.setProtection(CTCellProtection value) Sets the value of the protection property.