service PersistentPropertySet in module com::sun::star::ucb::

(Global Index)

Syntax

service PersistentPropertySet;

Description

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

Exported Interfaces

com::sun::star::ucb::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