interface XTextField in module com::sun::star::text::

(Global Index)

Syntax

interface XTextField : com::sun::star::text::XTextContent ;

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

Method Summary

getPresentation

Known Services Which Export this Interface

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

Method Details



getPresentation

Syntax

string getPresentation (
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