the XPropertySetInfo interface, which describes
all properties of the object to which this interface belongs.
NULL is returned if the object cannot or will
not provide information about the properties.
sets the values to the properties with the specified names.
The values of the properties must change before the bound
events are fired. The values of the constrained properties
should change after the vetoable events are fired and only if no
exception occured. Unknown properties are ignored.
Parameter aPropertyNames
specifies the names of the properties. All names must be unique.
This sequence must be alphabetically sorted.
Parameter aValues
contains the new values of the properties. The order is the same
as in aPropertyNames.
Throws
IllegalArgumentException
if one of the new values cannot be converted to the type
of the underlying property by an identity or widening conversion.
Throws
com::sun::star::lang:WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped.