:: com :: sun :: star :: awt ::

interface XTextArea
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTextArea
Description
gives access to the text in a control.

Methods' Summary
getTextLines
Methods' Details
getTextLines
string
getTextLines();
 
 

Returns
the text lines as a single string with line separators.
Top of Page