Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeDocument class

Properties     Methods     Events     Declared in     Licensing     


Description

    TElOpenOfficeDocument provides functionality to perform security operations over an OASIS OpenOffice document. The OpenOffice document format should not be confused with Office Open XML format, represented by TElOfficeOpenXMLDocument.
    Use method Open to load a document from stream or package. To check if the document is signed or encrypted, use IsSigned and IsEncrypted properties. To decrypt the document, use DecryptTo method.
    To sign the document, check if it is Signable. Use AddSignature and RemoveSignature methods for adding/removing signatures. The document's signatures could be accessed via SignatureHandlers property.
    To encrypt the document, check, if it is Encryptable. Specify encryption parameters using EncryptionHandler, and call EncryptTo method.

Properties

Methods

Events

Declared in

.NET:
  • Namespace: SBOffice
  • Assembly: SecureBlackbox.Office
VCL:
  • Unit: SBOffice
Java:
  • Package: SecureBlackbox.Office.jar
C++:
  • sboffice.h

Licensing

To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:

SecureBlackbox Professional

Discuss this help topic in SecureBlackbox Forum