Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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' Summary

getName
getLanguage
getSource

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