ProtectionValue
Overview
ProtectionValue is a class in Aspose.Cells FOSS for Java.
Represents protection settings for a cell or range.
This class provides 5 methods for working with ProtectionValue objects in Java programs.
Available methods include: clone, getIsHidden, getIsLocked, setIsHidden, setIsLocked.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: isHidden, isLocked.
Description
ProtectionValue is a class in the Aspose.Cells FOSS library for Java that exposes 5 methods and 2 properties for programmatic use.
Core capabilities include: boolean; boolean; sets the locked. These operations enable developers to integrate protectionvalue functionality directly into Java applications.
The class also provides the isLocked property (returns the locked), the isHidden property (returns the hidden).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
isLocked | boolean | Read | Returns the locked. |
isHidden | boolean | Read | Returns the hidden. |
Methods
| Signature | Description |
|---|---|
getIsLocked() → boolean | Returns the locked. |
setIsLocked(locked: boolean) | Sets the locked. |
getIsHidden() → boolean | Returns the hidden. |
setIsHidden(hidden: boolean) | Sets the hidden. |
clone() → ProtectionValue | Creates a copy of this instance. |