LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XPropertySetInfo Interface Referencepublished

specifies a set of properties. More...

import"XPropertySetInfo.idl";

Inheritance diagram for XPropertySetInfo:
XInterface HierarchyAccess PropertiesManager ConfigurationAccess GroupAccess SetAccess ConfigurationUpdateAccess ConfigurationAccess GroupUpdate ConfigurationAccess SetUpdate ConfigurationUpdateAccess ConfigurationUpdateAccess ConfigurationUpdateAccess ConfigurationUpdateAccess

Public Member Functions

sequence< com::sun::star::beans::PropertygetProperties ()
 
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...
 

Detailed Description

specifies a set of properties.

There are three kinds of properties:

The specification only describes the properties, it does not contain any values.

Developers Guide
Professional UNO - Properties

Member Function Documentation

◆ getProperties()

sequence<com::sun::star::beans::Property> getProperties ( )
Returns
a sequence with all property descriptors which are specified within this XPropertySetInfo.

◆ getPropertyByName()

com::sun::star::beans::Property getPropertyByName ( [in] string  aName)
raises (com::sun::star::beans::UnknownPropertyException
)
Returns
the property with the specified name from the object.
Parameters
aNamespecifies the name of the property.
Exceptions
UnknownPropertyExceptionif the property does not exist.

◆ hasPropertyByName()

boolean hasPropertyByName ( [in] string  Name)
Returns
TRUE if a property with the specified name exist; otherwise FALSE is returned.
Parameters
Namespecifies the name of the property.

The documentation for this interface was generated from the following file: