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

interface XTextFrame
Base Interfaces
XTextFrame
┗ ::com::sun::star::text::XTextContent
   ┗ ::com::sun::star::lang::XComponent

::com::sun::star::text::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 ::com::sun::star::drawing::Text of a ::com::sun::star::text::TextFrame .
See also
::com::sun::star::text::TextFrame

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 ::com::sun::star::drawing::Text .
Top of Page