LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a set of properties. More...
import"XPropertySetInfo.idl";
Public Member Functions | |
sequence< com::sun::star::beans::Property > | getProperties () |
com::sun::star::beans::Property | getPropertyByName ([in] string aName) raises ( com::sun::star::beans::UnknownPropertyException ) |
boolean | hasPropertyByName ([in] string Name) |
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 set of properties.
There are three kinds of properties:
The specification only describes the properties, it does not contain any values.
sequence<com::sun::star::beans::Property> getProperties | ( | ) |
com::sun::star::beans::Property getPropertyByName | ( | [in] string | aName | ) | |
raises | ( | com::sun::star::beans::UnknownPropertyException | |||
) |
aName | specifies the name of the property. |
UnknownPropertyException | if the property does not exist. |
boolean hasPropertyByName | ( | [in] string | Name | ) |
TRUE
if a property with the specified name exist; otherwise FALSE
is returned.Name | specifies the name of the property. |