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

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

interface XTextFrame

Base Interface
com::sun::star::text::XTextContent

Description
provides access to the Text of a TextFrame .
See also
TextFrame


Known Services which Export this Interface

com::sun::star::text::TextFrame specifies a rectangular shape which contains a Text object and is attached to a piece of surrounding Text .

Methods' Summary

getText

Methods' Details

getText
 
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