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

      • getSecurityDescriptorList

        java.util.List<java.lang.String> getSecurityDescriptorList()
        Gets a List of "securityDescriptor" elements
      • getSecurityDescriptorArray

        java.lang.String[] getSecurityDescriptorArray()
        Gets array of all "securityDescriptor" elements
      • getSecurityDescriptorArray

        java.lang.String getSecurityDescriptorArray​(int i)
        Gets ith "securityDescriptor" element
      • xgetSecurityDescriptorList

        java.util.List<XmlString> xgetSecurityDescriptorList()
        Gets (as xml) a List of "securityDescriptor" elements
      • xgetSecurityDescriptorArray

        XmlString[] xgetSecurityDescriptorArray()
        Gets (as xml) array of all "securityDescriptor" elements
      • xgetSecurityDescriptorArray

        XmlString xgetSecurityDescriptorArray​(int i)
        Gets (as xml) ith "securityDescriptor" element
      • sizeOfSecurityDescriptorArray

        int sizeOfSecurityDescriptorArray()
        Returns number of "securityDescriptor" element
      • setSecurityDescriptorArray

        void setSecurityDescriptorArray​(java.lang.String[] securityDescriptorArray)
        Sets array of all "securityDescriptor" element
      • setSecurityDescriptorArray

        void setSecurityDescriptorArray​(int i,
                                        java.lang.String securityDescriptor)
        Sets ith "securityDescriptor" element
      • xsetSecurityDescriptorArray

        void xsetSecurityDescriptorArray​(XmlString[] securityDescriptorArray)
        Sets (as xml) array of all "securityDescriptor" element
      • xsetSecurityDescriptorArray

        void xsetSecurityDescriptorArray​(int i,
                                         XmlString securityDescriptor)
        Sets (as xml) ith "securityDescriptor" element
      • insertSecurityDescriptor

        void insertSecurityDescriptor​(int i,
                                      java.lang.String securityDescriptor)
        Inserts the value as the ith "securityDescriptor" element
      • addSecurityDescriptor

        void addSecurityDescriptor​(java.lang.String securityDescriptor)
        Appends the value as the last "securityDescriptor" element
      • insertNewSecurityDescriptor

        XmlString insertNewSecurityDescriptor​(int i)
        Inserts and returns a new empty value (as xml) as the ith "securityDescriptor" element
      • addNewSecurityDescriptor

        XmlString addNewSecurityDescriptor()
        Appends and returns a new empty value (as xml) as the last "securityDescriptor" element
      • removeSecurityDescriptor

        void removeSecurityDescriptor​(int i)
        Removes the ith "securityDescriptor" element
      • 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

        org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
        Gets (as xml) the "name" attribute
      • setName

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

        void xsetName​(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
        Sets (as xml) the "name" attribute
      • getSecurityDescriptor2

        java.lang.String getSecurityDescriptor2()
        Gets the "securityDescriptor" attribute
      • xgetSecurityDescriptor2

        XmlString xgetSecurityDescriptor2()
        Gets (as xml) the "securityDescriptor" attribute
      • isSetSecurityDescriptor2

        boolean isSetSecurityDescriptor2()
        True if has "securityDescriptor" attribute
      • setSecurityDescriptor2

        void setSecurityDescriptor2​(java.lang.String securityDescriptor2)
        Sets the "securityDescriptor" attribute
      • xsetSecurityDescriptor2

        void xsetSecurityDescriptor2​(XmlString securityDescriptor2)
        Sets (as xml) the "securityDescriptor" attribute
      • unsetSecurityDescriptor2

        void unsetSecurityDescriptor2()
        Unsets the "securityDescriptor" attribute
      • getAlgorithmName

        java.lang.String getAlgorithmName()
        Gets the "algorithmName" attribute
      • xgetAlgorithmName

        org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetAlgorithmName()
        Gets (as xml) the "algorithmName" attribute
      • isSetAlgorithmName

        boolean isSetAlgorithmName()
        True if has "algorithmName" attribute
      • setAlgorithmName

        void setAlgorithmName​(java.lang.String algorithmName)
        Sets the "algorithmName" attribute
      • xsetAlgorithmName

        void xsetAlgorithmName​(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring algorithmName)
        Sets (as xml) the "algorithmName" attribute
      • unsetAlgorithmName

        void unsetAlgorithmName()
        Unsets the "algorithmName" attribute
      • getHashValue

        byte[] getHashValue()
        Gets the "hashValue" attribute
      • xgetHashValue

        XmlBase64Binary xgetHashValue()
        Gets (as xml) the "hashValue" attribute
      • isSetHashValue

        boolean isSetHashValue()
        True if has "hashValue" attribute
      • setHashValue

        void setHashValue​(byte[] hashValue)
        Sets the "hashValue" attribute
      • xsetHashValue

        void xsetHashValue​(XmlBase64Binary hashValue)
        Sets (as xml) the "hashValue" attribute
      • unsetHashValue

        void unsetHashValue()
        Unsets the "hashValue" attribute
      • getSaltValue

        byte[] getSaltValue()
        Gets the "saltValue" attribute
      • xgetSaltValue

        XmlBase64Binary xgetSaltValue()
        Gets (as xml) the "saltValue" attribute
      • isSetSaltValue

        boolean isSetSaltValue()
        True if has "saltValue" attribute
      • setSaltValue

        void setSaltValue​(byte[] saltValue)
        Sets the "saltValue" attribute
      • xsetSaltValue

        void xsetSaltValue​(XmlBase64Binary saltValue)
        Sets (as xml) the "saltValue" attribute
      • unsetSaltValue

        void unsetSaltValue()
        Unsets the "saltValue" attribute
      • getSpinCount

        long getSpinCount()
        Gets the "spinCount" attribute
      • xgetSpinCount

        XmlUnsignedInt xgetSpinCount()
        Gets (as xml) the "spinCount" attribute
      • isSetSpinCount

        boolean isSetSpinCount()
        True if has "spinCount" attribute
      • setSpinCount

        void setSpinCount​(long spinCount)
        Sets the "spinCount" attribute
      • xsetSpinCount

        void xsetSpinCount​(XmlUnsignedInt spinCount)
        Sets (as xml) the "spinCount" attribute
      • unsetSpinCount

        void unsetSpinCount()
        Unsets the "spinCount" attribute