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

(Global Index)

Syntax

service Script;

Description

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

Content contains the script text or a URL that points to a script depending on the URLContent property.

ScriptType contains the name of the script type (i.e. JavaScript)

URLContent determins whether the property Content contains a URL or a script.

Property Details



Content

Syntax

string Content;

Description

contains the script text or a URL that points to a script depending on the URLContent property.


ScriptType

Syntax

string ScriptType;

Description

contains the name of the script type (i.e. JavaScript)


URLContent

Syntax

boolean URLContent;

Description

determins whether the property Content contains a URL or a script.

Top of Page