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

service Script

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
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
determines whether the property Content contains a URL or a script.  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
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
determines whether the property Content contains a URL or a script.

 
Top of Page