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

interface XTextArea
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTextArea
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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