:: com :: sun :: star :: script ::
|
deprecated |
interface XStarBasicModuleInfo |
|
|
|
- Usage Restrictions
- deprecated
- Description
- Script Module containing some scripting code in a certain scripting language
|
Methods' Summary |
getName |
returns the name of the module
|
getLanguage |
returns the type of the script language as string, for example, "StarBasic" or "JavaScript".
|
getSource |
returns the script source code as string.
|
Methods' Details |
getName
- Description
- returns the name of the module
|
|
getLanguage
- Description
- returns the type of the script language as string, for example, "StarBasic" or "JavaScript".
|
|
getSource
- Description
- returns the script source code as string.
The code has to correspond with the language
defined by Language.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.