java.lang.Object
com.independentsoft.office.spreadsheet.styles.Protection

public class Protection extends Object
The Class Protection.
  • Constructor Details

  • Method Details

    • clone

      public Protection clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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