interface XTextArea in module com::sun::star::awt::

(Global Index)

Syntax

interface XTextArea : com::sun::star::uno::XInterface ;

Description

gives access to the text in a control.

Method Summary

getTextLines

Method Details



getTextLines

Syntax

string getTextLines ();

Returns

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