LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a hierarchy of properties. More...
import"XHierarchicalPropertySetInfo.idl";
Public Member Functions | |
com::sun::star::beans::Property | getPropertyByHierarchicalName ([in] string aHierarchicalName) raises ( com::sun::star::beans::UnknownPropertyException ) |
boolean | hasPropertyByHierarchicalName ([in] string aHierarchicalName) |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
specifies a hierarchy of properties.
The specification only describes the properties, it does not contain any values.
com::sun::star::beans::Property getPropertyByHierarchicalName | ( | [in] string | aHierarchicalName | ) | |
raises | ( | com::sun::star::beans::UnknownPropertyException | |||
) |
aHierarchicalName | specifies the nested name of the property. |
UnknownPropertyException | if the property does not exist. |
com::sun::star::lang::IllegalArgumentException | if aHierarchicalName is not a well-formed nested name for this hierarchy. An implementation is not required to detect this condition. |
boolean hasPropertyByHierarchicalName | ( | [in] string | aHierarchicalName | ) |
TRUE
if a property with the specified name exists; otherwise FALSE
is returned.aHierarchicalName | specifies the name of the property. |
com::sun::star::lang::IllegalArgumentException | if aHierarchicalName is not a well-formed nested name for this hierarchy. An implementation is not required to detect this condition. |