The value depends on the implementation of this interface.
If it is a bound property, you must change the value before
the change events are fired. If it is a constrained property, you
must fire the vetoable event before you change the property value.
Parameter aPropertyname
specifies the name of the property.
Throws
UnknownPropertyException
if the property does not exist.
the default value of the property with the name PropertyName.
If no default exists, is not known or is void,
then the return type is ::void.
Parameter aPropertyName
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.