Uses of Class
org.dhatim.fastexcel.SheetProtectionOption
-
-
Uses of SheetProtectionOption in org.dhatim.fastexcel
Fields in org.dhatim.fastexcel with type parameters of type SheetProtectionOption Modifier and Type Field Description static Set<SheetProtectionOption>SheetProtectionOption. DEFAULT_OPTIONSThe options that aretrueby default AND 'sheet'.Methods in org.dhatim.fastexcel that return SheetProtectionOption Modifier and Type Method Description static SheetProtectionOptionSheetProtectionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static SheetProtectionOption[]SheetProtectionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dhatim.fastexcel with parameters of type SheetProtectionOption Modifier and Type Method Description voidWorksheet. protect(String password, SheetProtectionOption... options)Protects the sheet with a password.Method parameters in org.dhatim.fastexcel with type arguments of type SheetProtectionOption Modifier and Type Method Description voidWorksheet. protect(String password, Set<SheetProtectionOption> options)Protects the sheet with a password.
-