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

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

XTextContent
(referenced interface's summary:)

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