Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service JumpEdit

Description
specifies service of a place holder text field.
See also
com::sun::star::text::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.

Properties' 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 .

Properties' Details

Hint
 
string Hint;
Description
determins a hint that is displayed at the user interface as tip.
PlaceHolder
 
string PlaceHolder;
Description
determins the text of the place holder.
PlaceHolderType
 
short PlaceHolderType;
Description
determins the type of the place holder as described in PlaceHolderType .

Top of Page