Uses of Class
org.dhatim.fastexcel.ProtectionOption
-
-
Uses of ProtectionOption in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return ProtectionOption Modifier and Type Method Description static ProtectionOptionProtectionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectionOption[]ProtectionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.dhatim.fastexcel with type arguments of type ProtectionOption Constructor Description Protection(Map<ProtectionOption,Boolean> options)
-