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

interface XTextFrame
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XComponent
    |
    +-XTextContent
       |
       +-XTextFrame
Description
provides access to the ::com::sun::star::drawing::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 ::com::sun::star::drawing::Text .
Top of Page