Methods' Details |
getHierarchicalPropertySetInfo
- Description
- retrieve information about the hierarchy of properties
- Returns
- the XHierarchicalPropertySetInfo interface,
which describes the property hierarchy of the object which
supplies this interface.
- Returns
- `NULL` if the implementation cannot or will
not provide information about the properties; otherwise the
interface XHierarchicalPropertySetInfo is returned.
|
|
setHierarchicalPropertyValue
- Description
- sets the value of the property with the specified nested name.
- Parameter aHierarchicalPropertyName
- This parameter specifies the name of the property.
- Parameter aValue
- This parameter specifies the new value for the property.
- Throws
- UnknownPropertyException
if the property does not exist.
- Throws
- PropertyVetoException
if the property is constrained and the change is vetoed by a
XVetoableChangeListener.
- Throws
- com::sun::star::uno::lang::IllegalArgumentException
if aValue is not a legal value for this property or
if aHierarchicalPropertyName is not a well-formed
nested name for this hierarchy.
An implementation is not required to detect the latter condition.
- 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.
- See also
- XPropertySet::setPropertyValue
|
|
getHierarchicalPropertyValue
- Returns
- the value of the property with the specified nested name.
- Parameter aHierarchicalPropertyName
- This parameter specifies the name of the property.
- Throws
- UnknownPropertyException
if the property does not exist.
- Throws
- com::sun::star::uno::lang::IllegalArgumentException
if aHierarchicalPropertyName is not a well-formed
nested name for this hierarchy.
An implementation is not required to detect this
condition.
- 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.
- See also
- XPropertySet::getPropertyValue
|
|
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.