Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: embed ::

interface XEncryptionProtectedSource
Description
This interface allows to set a password for an object.

Methods' Summary
setEncryptionPassword sets a password for the object.  
removeEncryption removes encryption from the object.  
Methods' Details
setEncryptionPassword
void
setEncryptionPassword( [in] string  sPassword )
raises( ::com::sun::star::io::IOException );

Description
sets a password for the object.
Parameter sPassword
the new password
Throws
::com::sun::star::io::IOException in case password could not be set
removeEncryption
void
removeEncryption()
raises( ::com::sun::star::io::IOException );

Description
removes encryption from the object.
Throws
::com::sun::star::io::IOException in case encryption could not be removed
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.