:: com :: sun :: star :: text ::

interface XTextFieldsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTextFieldsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
makes it possible to access the text fields used in this context (e.g. this document).
See also
::com::sun::star::sheet::SpreadsheetDocument
See also
TextDocument

Methods' Summary
getTextFields  
getTextFieldMasters  
Methods' Details
getTextFields
::com::sun::star::container::XEnumerationAccess
getTextFields();

Returns
the collection of ::com::sun::star::form::component::TextField instances in this context (i.e. this document).
getTextFieldMasters
::com::sun::star::container::XNameAccess
getTextFieldMasters();

Returns
the collection of TextFieldMaster instances which are defined in this context (i.e. this document).
Top of Page