19#ifndef __com_sun_star_beans_XPropertyContainer_idl__
20#define __com_sun_star_beans_XPropertyContainer_idl__
37module
com { module sun { module star { module beans {
68 [in]
short Attributes,
69 [in] any DefaultValue )
This exception is thrown to indicate the use of a type which is not appropriate.
Definition IllegalTypeException.idl:36
This exception is thrown to indicate that removing a property from an XPropertyContainer is not allow...
Definition NotRemoveableException.idl:32
This exception is thrown to indicate that a property with this name already exists in the object.
Definition PropertyExistException.idl:35
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition UnknownPropertyException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
makes it possible to add and remove properties to or from an object.
Definition XPropertyContainer.idl:47
void removeProperty([in] string Name)
removes a property from the object.
void addProperty([in] string Name, [in] short Attributes, [in] any DefaultValue)
adds a property to the object.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22