Uses of Class
ch.rabanti.picoxlsx4j.Worksheet.SheetProtectionValue
-
Packages that use Worksheet.SheetProtectionValue Package Description ch.rabanti.picoxlsx4j -
-
Uses of Worksheet.SheetProtectionValue in ch.rabanti.picoxlsx4j
Methods in ch.rabanti.picoxlsx4j that return Worksheet.SheetProtectionValue Modifier and Type Method Description static Worksheet.SheetProtectionValue
Worksheet.SheetProtectionValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static Worksheet.SheetProtectionValue[]
Worksheet.SheetProtectionValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.rabanti.picoxlsx4j that return types with arguments of type Worksheet.SheetProtectionValue Modifier and Type Method Description List<Worksheet.SheetProtectionValue>
Worksheet. getSheetProtectionValues()
Gets the list of SheetProtectionValues.Methods in ch.rabanti.picoxlsx4j with parameters of type Worksheet.SheetProtectionValue Modifier and Type Method Description void
Worksheet. addAllowedActionOnSheetProtection(Worksheet.SheetProtectionValue typeOfProtection)
Method to add allowed actions if the worksheet is protected.
-