:: 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 returns the text lines as a single string with line separators.
Methods' Details
getTextLines
string
getTextLines();
 
 

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