Syntax
interface XPersistentPropertySet : com::sun::star::beans::XPropertySet ;
Description
A persistent propertyset, which can be saved in and restored from a
XPropertySetRegistry .
Method Summary
|
getRegistry |
returns the registry used to store the property set.
|
|
getKey |
returns the key used to address the set in the propertyset registry.
|
|
Known Services Which Export this Interface
|
com::sun::star::ucb::PersistentPropertySet -
Method Details
|
|
Syntax
- com::sun::star::ucb::XPropertySetRegistry getRegistry
();
Description
returns the registry used to store the property set.
Returns
-
The registry.
Syntax
- string getKey
();
Description
returns the key used to address the set in the propertyset registry.
Returns
-
The key.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.