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

(Global Index)

Syntax

interface XTextFrame : com::sun::star::text::XTextContent ;

Description

provides access to the Text of a TextFrame .

See also

TextFrame

Method Summary

getText

Known Services Which Export this Interface

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

Method Details



getText

Syntax

com::sun::star::text::XText getText ();

Returns

the text within this frame. The returned interface belongs to an object which implements the service Text .
Top of Page