Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextField

Base Interface
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


Known Services which Export this Interface

com::sun::star::text::TextField A TextField is a TextContent which fades its textual representation into the text range to which it is anchored.

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