sets the value of the property with the specified name.
If it is a bound property the value will be changed before
the change event is fired. If it is a constrained property
a vetoable event is fired before the property value can be
changed.
Throws
com::sun::star::beans::PropertyVetoException
if the property is read-only or vetoable
and one of the listeners throws this exception
because of an unaccepted new value.
the value of the property with the specified name.
Parameter PropertyName
This parameter specifies the name of the property.
Throws
UnknownPropertyException
if the property does not exist.
Throws
com::sun::star::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
In this case the original exception is wrapped into that
::com::sun::star::lang::WrappedTargetException.