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

(Global Index)

Syntax

service JumpEdit;

Description

specifies service of a place holder 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

Hint determins a hint that is displayed at the user interface as tip.

PlaceHolder determins the text of the place holder.

PlaceHolderType determins the type of the place holder as described in PlaceHolderType .

Property Details



Hint

Syntax

string Hint;

Description

determins a hint that is displayed at the user interface as tip.


PlaceHolder

Syntax

string PlaceHolder;

Description

determins the text of the place holder.


PlaceHolderType

Syntax

short PlaceHolderType;

Description

determins the type of the place holder as described in PlaceHolderType .

Top of Page