service InputUser in module com::sun::star::text::textfield::

(Global Index)

Syntax

service InputUser;

Description

specifies service of an input field that is used to change the content of a corresponding field master of a user defined text field.

See also

TextField

Included Services

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

Description

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


Property Summary

Content contains the name of the corresponding field master.

Hint contains a hint text.

Property Details



Content [ O P T I O N A L ]

Syntax

string Content;

Description

contains the name of the corresponding field master.


Hint [ O P T I O N A L ]

Syntax

string Hint;

Description

contains a hint text.

This hint may be used as help tip or as headline of a corresponding dialog to edit the field content.

Top of Page