com :: sun :: star :: script :: interface XStarBasicModuleInfo
- Base Interface
- com::sun::star::uno::XInterface
- Description
- Script Module containing some scripting code in a certain scripting language
Methods' Details
|
- getName
-  
string
getName();
- Returns
-
Name of the module
|
- getLanguage
-  
string
getLanguage();
- Returns
-
type of the script language as string, for example, "StarBasic" or "JavaScript".
|
- getSource
-  
string
getSource();
- Returns
-
script source code as string.
The code has to correspond with the language
defined by Language.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.