| LibreOffice
    LibreOffice 25.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. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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 | ) | 
| Name | specifies the name of the property. |