:: 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
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
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 ::com::sun::star::text::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 ::com::sun::star::text::PlaceholderType .

 
Top of Page