service TextField in module com::sun::star::text::

(Global Index)

Syntax

service TextField;

Description

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

Included Services

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

Description

is an object which can be anchored in a text, like instances of TextFrame or TextFields .


Exported Interfaces

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

Description

This interface is used to access the textual representation of this field.


com::sun::star::beans::XPropertySet [ OPTIONAL ]

Description

makes it possible to access the properties of the field, if any.


Top of Page