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

service Macro
Description
specifies service of a macro 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 contains a tip that is displayed at the user interface.
MacroName contains the macro name of a StarBASIC macro.
MacroLibrary contains the library name of a StarBASIC macro.
Properties' Details
Hint
string Hint;
Description
contains a tip that is displayed at the user interface.
MacroName
string MacroName;
Description
contains the macro name of a StarBASIC macro.
MacroLibrary
string MacroLibrary;
Description
contains the library name of a StarBASIC macro.

 
Top of Page