:: com :: sun :: star :: form ::
|
unpublished |
interface XFormsSupplier2 |
|
|
- Base Interfaces
XFormsSupplier2
┗ XFormsSupplier
XFormsSupplier |
- (referenced interface's summary:)
- provides the access to a collection of forms.
|
|
- Usage Restrictions
- not published
- Description
- extends the XFormsSupplier with convenience methods
|
Methods' Summary |
hasForms |
determines whether there are currently forms available at all
|
Methods' Details |
hasForms
- Description
- determines whether there are currently forms available at all
If you need read access to the forms collection, then you might check
the existence of forms using hasForms, and if it returns
false, you can do as if XFormsSupplier::getForms would
have returned an empty container.
Semantically, hasForms is equivalent to calling
::XElementAccess::hasElements on the container returned by
XFormsSupplier::getForms. But when using the latter, the
implementation is forced to create a empty container, which might be potentially
expensive.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.