interface XTextFieldsSupplier in module com::sun::star::text::

(Global Index)

Syntax

interface XTextFieldsSupplier : com::sun::star::uno::XInterface ;

Description

makes it possible to access the text fields used in this context (e.g. this document).

See also

SpreadsheetDocument

See also

TextDocument

Method Summary

getTextFields

getTextFieldMasters

Method Details



getTextFields

Syntax

com::sun::star::container::XEnumerationAccess getTextFields ();

Returns

the collection of TextField instances in this context (i.e. this document).

getTextFieldMasters

Syntax

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