Interface CTCellProtection

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTCellProtection extends XmlObject
An XML CT_CellProtection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getLocked

      boolean getLocked()
      Gets the "locked" attribute
    • xgetLocked

      XmlBoolean xgetLocked()
      Gets (as xml) the "locked" attribute
    • isSetLocked

      boolean isSetLocked()
      True if has "locked" attribute
    • setLocked

      void setLocked(boolean locked)
      Sets the "locked" attribute
    • xsetLocked

      void xsetLocked(XmlBoolean locked)
      Sets (as xml) the "locked" attribute
    • unsetLocked

      void unsetLocked()
      Unsets the "locked" attribute
    • getHidden

      boolean getHidden()
      Gets the "hidden" attribute
    • xgetHidden

      XmlBoolean xgetHidden()
      Gets (as xml) the "hidden" attribute
    • isSetHidden

      boolean isSetHidden()
      True if has "hidden" attribute
    • setHidden

      void setHidden(boolean hidden)
      Sets the "hidden" attribute
    • xsetHidden

      void xsetHidden(XmlBoolean hidden)
      Sets (as xml) the "hidden" attribute
    • unsetHidden

      void unsetHidden()
      Unsets the "hidden" attribute