LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_beans_XPropertySetInfo_idl__
20 #define __com_sun_star_beans_XPropertySetInfo_idl__
30 module
com { module sun { module star { module beans {
specifies a set of properties.
Definition: XPropertySetInfo.idl:46
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:35
boolean hasPropertyByName([in] string Name)
sequence< com::sun::star::beans::Property > getProperties()
This structure describes a property.
Definition: Property.idl:38
com::sun::star::beans::Property getPropertyByName([in] string aName)
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48