:: com :: sun :: star :: beans ::
|
interface XFastPropertySet |
|
- Description
- provides a fast way of accessing and changing property values.
This interface is an extension to the XPropertySet
interface. The get and set methods use handles to access the
property values instead of character strings.
- Developers Guide
- ProUNO - Properties
|
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
- stardiv::uno::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 © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.