Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: ucb ::

interface XPropertySetRegistry
Description
A registry (storage medium) for persistent propertysets.
See also
XPersistentPropertySet

Methods' Summary
openPropertySet creates a new or opens an existing propertyset in the registry.  
removePropertySet removes a propertyset from the registry.  
Methods' Details
openPropertySet
XPersistentPropertySet
openPropertySet( [in] string  key,
[in] boolean  create );

Description
creates a new or opens an existing propertyset in the registry.
Parameter key
The key to use for addressing the propertyset.
Parameter create
Indicates whether a new set shall be created in case there does not already exist one for the given key.
Returns
The propertyset.
removePropertySet
[oneway] void
removePropertySet( [in] string  key );

Description
removes a propertyset from the registry.
Parameter key
The key to use for addressing the propertyset.
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.