Class Protection
java.lang.Object
com.independentsoft.office.spreadsheet.styles.Protection
The Class Protection.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new protection.Protection(InternalXMLStreamReader reader)Instantiates a new protection. -
Method Summary
-
Constructor Details
-
Protection
public Protection()Instantiates a new protection. -
Protection
Instantiates a new protection.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
isHidden
public boolean isHidden()Checks if is hidden.- Returns:
- true, if is hidden
-
setHidden
public void setHidden(boolean isHidden)Sets the hidden.- Parameters:
isHidden- the new hidden
-
isLocked
public boolean isLocked()Checks if is locked.- Returns:
- true, if is locked
-
setLocked
public void setLocked(boolean isLocked)Sets the locked.- Parameters:
isLocked- the new locked
-