com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class SpreadsheetContent

    • Method Detail

      • encrypt

        public final void encrypt(String password)

        Encrypts the content.

        Parameters:
        password - The password that will be required to open the document.
      • decrypt

        public final void decrypt()

        Decrypts the document.

      • dispose

        protected void dispose(boolean disposing)

        Releases all resources used by the SpreadsheetContent

        Overrides:
        dispose in class Content
        Parameters:
        disposing - True to release both managed and unmanaged resources; false to release only unmanaged resources.