|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module reflection {
22 interface XCompoundTypeDescription;
string getName()
Returns the constructor's name.
boolean isDefaultConstructor()
Returns whether the constructor is a default constructor.
Reflects a service constructor.
Definition: XServiceConstructorDescription.idl:30
sequence< XParameter > getParameters()
Returns the constructor's parameters.
Definition: Ambiguous.idl:20
sequence< XCompoundTypeDescription > getExceptions()
Returns the exceptions that can be raised by the constructor.