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

(Global Index)

Syntax

service Macro;

Description

specifies service of a macro 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 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.

Property Details



Hint

Syntax

string Hint;

Description

contains a tip that is displayed at the user interface.


MacroName

Syntax

string MacroName;

Description

contains the macro name of a StarBASIC macro.


MacroLibrary

Syntax

string MacroLibrary;

Description

contains the library name of a StarBASIC macro.

Top of Page