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

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

service Script

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

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.

Properties' Details

Content
 
string Content;
Description
contains the script text or a URL that points to a script depending on the URLContent property.
ScriptType
 
string ScriptType;
Description
contains the name of the script type (i.e. JavaScript)
URLContent
 
boolean URLContent;
Description
determins whether the property Content contains a URL or a script.

Top of Page