Interface CTChartsheetProtection

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTChartsheetProtection
    extends XmlObject
    An XML CT_ChartsheetProtection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getPassword

        byte[] getPassword()
        Gets the "password" attribute
      • isSetPassword

        boolean isSetPassword()
        True if has "password" attribute
      • setPassword

        void setPassword​(byte[] password)
        Sets the "password" attribute
      • xsetPassword

        void xsetPassword​(STUnsignedShortHex password)
        Sets (as xml) the "password" attribute
      • unsetPassword

        void unsetPassword()
        Unsets the "password" attribute
      • getContent

        boolean getContent()
        Gets the "content" attribute
      • xgetContent

        XmlBoolean xgetContent()
        Gets (as xml) the "content" attribute
      • isSetContent

        boolean isSetContent()
        True if has "content" attribute
      • setContent

        void setContent​(boolean content)
        Sets the "content" attribute
      • xsetContent

        void xsetContent​(XmlBoolean content)
        Sets (as xml) the "content" attribute
      • unsetContent

        void unsetContent()
        Unsets the "content" attribute
      • getObjects

        boolean getObjects()
        Gets the "objects" attribute
      • xgetObjects

        XmlBoolean xgetObjects()
        Gets (as xml) the "objects" attribute
      • isSetObjects

        boolean isSetObjects()
        True if has "objects" attribute
      • setObjects

        void setObjects​(boolean objects)
        Sets the "objects" attribute
      • xsetObjects

        void xsetObjects​(XmlBoolean objects)
        Sets (as xml) the "objects" attribute
      • unsetObjects

        void unsetObjects()
        Unsets the "objects" attribute