Syntax
interface XProtectable : com::sun::star::uno::XInterface ;
Description
makes it possible to protect objects from modifications.
Method Details
|
|
Syntax
- void protect
(
- string aPassword );
Description
activates the protection.
Syntax
- void unprotect
(
- string aPassword )
- raises ( com::sun::star::lang::IllegalArgumentException );
Description
removes the protection.
Syntax
- boolean isProtected
();
Returns
-
the current state of protection.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.