EldoS
Navigation
Web site
Support
Table Of Contents

TElOpenOfficeDocument class

Properties     Methods     Events     Declared in    


 
 

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

  • DocumentType
  • Encryptable
  • Signable
  • IsEncrypted
  • IsSigned
  • SignatureHandlerCount
  • SignatureHandlers
  • EncryptionHandler
  • OwnEncryptionHandler
  • Package
 
 

Methods

  • Open
  • Close
  • Flush
  • DecryptTo
  • EncryptTo
  • AddSignature
  • RemoveSignature
 
 

Events

  • OnCreateTemporaryStream
  • OnCloseTemporaryStream
 
 

Declared in

.NET:

  • Namespace: SBOffice
  • Assembly: SecureBlackbox.Office
VCL:
  • Unit: SBOffice
ActiveX/DLL: not implemented
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: OfficeBlackbox OR SecureBlackbox Data Security OR SecureBlackbox Professional

VCL: OfficeBlackbox OR SecureBlackbox Data Security OR SecureBlackbox Professional

ActiveX/DLL: Not available

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation