Uses of Class
org.xlsx4j.sml.CTCellProtection
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTCellProtection in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCellProtection Modifier and Type Field Description protected CTCellProtectionCTDxf. protectionprotected CTCellProtectionCTXf. protectionMethods in org.xlsx4j.sml that return CTCellProtection Modifier and Type Method Description CTCellProtectionObjectFactory. createCTCellProtection()Create an instance ofCTCellProtectionCTCellProtectionCTDxf. getProtection()Gets the value of the protection property.CTCellProtectionCTXf. getProtection()Gets the value of the protection property.Methods in org.xlsx4j.sml with parameters of type CTCellProtection Modifier and Type Method Description voidCTDxf. setProtection(CTCellProtection value)Sets the value of the protection property.voidCTXf. setProtection(CTCellProtection value)Sets the value of the protection property.