Interface CTProtectedRange

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTProtectedRange
    extends XmlObject
    An XML CT_ProtectedRange(@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
      • getSqref

        java.util.List getSqref()
        Gets the "sqref" attribute
      • xgetSqref

        STSqref xgetSqref()
        Gets (as xml) the "sqref" attribute
      • setSqref

        void setSqref​(java.util.List sqref)
        Sets the "sqref" attribute
      • xsetSqref

        void xsetSqref​(STSqref sqref)
        Sets (as xml) the "sqref" attribute
      • getName

        java.lang.String getName()
        Gets the "name" attribute
      • xgetName

        STXstring xgetName()
        Gets (as xml) the "name" attribute
      • setName

        void setName​(java.lang.String name)
        Sets the "name" attribute
      • xsetName

        void xsetName​(STXstring name)
        Sets (as xml) the "name" attribute
      • getSecurityDescriptor

        java.lang.String getSecurityDescriptor()
        Gets the "securityDescriptor" attribute
      • xgetSecurityDescriptor

        XmlString xgetSecurityDescriptor()
        Gets (as xml) the "securityDescriptor" attribute
      • isSetSecurityDescriptor

        boolean isSetSecurityDescriptor()
        True if has "securityDescriptor" attribute
      • setSecurityDescriptor

        void setSecurityDescriptor​(java.lang.String securityDescriptor)
        Sets the "securityDescriptor" attribute
      • xsetSecurityDescriptor

        void xsetSecurityDescriptor​(XmlString securityDescriptor)
        Sets (as xml) the "securityDescriptor" attribute
      • unsetSecurityDescriptor

        void unsetSecurityDescriptor()
        Unsets the "securityDescriptor" attribute