service PropertyBag in module com::sun::star::beans::

(Global Index)

Syntax

service PropertyBag;

Description

Implementation of this service can keep any properties and is useful when an XPropertySet is to be used, for example, as parameters for a method call.

Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


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

Description

makes it possible to add and remove properties to or from an object.


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

Description

makes it possible to access all property values and to set them at once.


Top of Page