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
      • 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
      • 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