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

service PersistentPropertySet
Description
This service containss the interfaces to implement by objects returned by XPropertySetRegistry::openPropertySet.

Exported Interfaces - Summary
XPersistentPropertySet

An interface implementing a persistent property set.

::com::sun::star::container::XNamed

An interface for getting/setting the name (key) of the property set.

::com::sun::star::beans::XPropertyContainer

An interface for adding/removing a property to/from the set.

::com::sun::star::beans::XPropertyAccess

An interface for getting/setting multiple properties at once.

Exported Interfaces - Details
XPersistentPropertySet
Description
An interface implementing a persistent property set.
::com::sun::star::container::XNamed
Description
An interface for getting/setting the name (key) of the property set.
::com::sun::star::beans::XPropertyContainer
Description
An interface for adding/removing a property to/from the set.
::com::sun::star::beans::XPropertyAccess
Description
An interface for getting/setting multiple properties at once.

 
Top of Page