Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextFieldsSupplier

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::sheet::SheetCell represents a single addressable cell in a spreadsheet document.

Methods' Summary

getTextFields
getTextFieldMasters

Methods' Details

getTextFields
 
com::sun::star::container::XEnumerationAccess
getTextFields();
Returns
the collection of 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