Syntax
service Script;
Description
specifies service of a text field .
See also
- TextField
-
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
|
|
Syntax
string Content;
Description
contains the script text or a URL that points to a script depending on
the URLContent property.
Syntax
string ScriptType;
Description
contains the name of the script type (i.e. JavaScript)
Syntax
boolean URLContent;
Description
determins whether the property Content contains a URL or a script.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.