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

interface XTextFrame
Base Interfaces
XTextFrameXTextContent
   ┗ ::com::sun::star::lang::XComponent

XTextContent
(referenced interface's summary:)
enables objects to be inserted into a text and to provide their location in a text once they are inserted into it.
Description
provides access to the Text of a TextFrame.
See also
TextFrame

Methods' Summary
getText  
Methods' Details
getText
XText
getText();

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