:: com :: sun :: star :: xforms ::

interface XFormsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XFormsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
not published
Description
provides access to the XForms models contained in the component

Methods' Summary
getXForms access XForms model container.  
Methods' Details
getXForms
::com::sun::star::container::XNameContainer
getXForms();

Description
access XForms model container.
Returns
a container for the XForms models contained in the component
Top of Page