|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
specifies a submission object, associated with an XModel More...
import "XSubmission.idl";
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
| allows access to the submission's properties | |
| interface | com::sun::star::container::XNamed |
| allows access to the name of the submission | |
| interface | com::sun::star::form::submission::XSubmission |
| allows the submission to be associated with certain form controls | |
specifies a submission object, associated with an XModel
| interface com::sun::star::beans::XPropertySet |
allows access to the submission's properties
| interface com::sun::star::container::XNamed |
allows access to the name of the submission
Note that the name of the submission always equals it's the value of its ID property./p>
allows the submission to be associated with certain form controls
Calling the com::sun::star::form::submission::XSubmission::submit() yields exactly the same result as calling XModel::submit() of the model which the submission belongs to, passing the ID of the submission.