Methods' Details |
setFastPropertyValue
- Description
- sets the value to the property with the specified name.
- Parameter nHandle
- contains the implementation handle of the
implementation for the property.
- Parameter aValue
- contains the new value of the property.
- Throws
- UnknownPropertyException
if the property does not exist.
- Throws
- PropertyVetoException
if a vetoable listener does not approve the change of
a property value.
- Throws
- IllegalArgumentException
if the new value 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 into this
com::sun::star::lang::WrappedTargetException.
|
|
getFastPropertyValue
- Returns
- the value of the property with the name PropertyName.
- Parameter nHandle
- contains the implementation handle of the implementation for 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.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.