Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextArea

Base Interface
com::sun::star::uno::XInterface

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