:: com :: sun :: star :: text ::

interface XTextField
Base Interfaces
XTextFieldXTextContent
   ┗ ::com::sun::star::lang::XComponent

XTextContent
(referenced interface's summary:)
Developers Guide
Text - Text Fields

Methods' Summary
getPresentation  
Methods' Details
getPresentation
string
getPresentation( [in] boolean  bShowCommand );

Returns
the display string of the text field either as the command of the field or as the output string.
Parameter bShowCommand
if true the command of the field will be returned
Top of Page