21module
com { module sun { module star { module beans {
52 [in]
short Attributes,
53 [in] any DefaultValue )
This exception is thrown to indicate the use of a type which is not appropriate.
Definition IllegalTypeException.idl:32
This exception is thrown to indicate that removing a property from an XPropertyContainer is not allow...
Definition NotRemoveableException.idl:28
This exception is thrown to indicate that a property with this name already exists in the object.
Definition PropertyExistException.idl:31
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition UnknownPropertyException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
makes it possible to add and remove properties to or from an object.
Definition XPropertyContainer.idl:31
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:46
Definition Ambiguous.idl:20