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

service Input
Description
specifies service of a text input field.
See also
::com::sun::star::text::TextField

Included Services
::com::sun::star::text::TextField
A ::com::sun::star::form::component::TextField is a ::com::sun::star::text::TextContent which fades its textual representation into the text range to which it is anchored.
Properties' Summary
Content [ OPTIONAL ]
contains the text content of the text field.
Hint [ OPTIONAL ]
contains a hint text.
Properties' Details
Content
string Content;
[ OPTIONAL ]
Description
contains the text content of the text field.

The field displays the text content.

Hint
string Hint;
[ OPTIONAL ]
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