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

interface XTextField
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XComponent
    |
    +-XTextContent
       |
       +-XTextField
Description
is the base interface for all text fields.

A text field is embedded in text and expands to a sequence of characters.

See also
TextField
Developers Guide
7.3.5 Text Documents - Working with Text Documents - 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