21 module
com { module sun { module star { module beans {
51 void addProperty( [in]
string Name,
52 [in]
short Attributes,
53 [in] any DefaultValue )
67 void removeProperty( [in]
string Name )
Definition: Ambiguous.idl:20
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:30
makes it possible to add and remove properties to or from an object.
Definition: XPropertyContainer.idl:30
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This exception is thrown to indicate that removing a property from an XPropertyContainer is not allow...
Definition: NotRemoveableException.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:45
This exception is thrown to indicate the use of a type which is not appropriate.
Definition: IllegalTypeException.idl:31
This exception is thrown to indicate that a property with this name already exists in the object...
Definition: PropertyExistException.idl:30