Included Services |
::com::sun::star::text::TextField |
- (referenced entity's summary:)
- 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 |
string
Content |
contains the script text or a URL that points to a script depending on
the URLContent property.
|
string
ScriptType |
contains the name of the script type (i.e. JavaScript)
|
boolean
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
Copyright © 2003 Sun Microsystems, Inc.