Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: drafts :: com :: sun :: star :: script :: framework :: storage ::

interface XScriptInfo
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XScriptInfo
Description
This interface allows access to information of one script

Methods' Summary
getLogicalName Get the logical name for the script
getDescription Get a textual description of the script's function.
getParcelURI Get the parcel URI
getLanguageProperties Get the language dependant properties of a script
getLanguage Returns the language the script is written in
getFunctionName Access to the language specific name of a script.
getFileSetNames Access to the list of filesets defined for this script
getFilesInFileSet Access to the list of files defined for a given FileSet in this script
Methods' Details
getLogicalName
string
getLogicalName();
 
 

Description
Get the logical name for the script
Returns
The string representing the logical name of the script
getDescription
string
getDescription();
 
 

Description
Get a textual description of the script's function.
Returns
A string containing the description. If there is no description, return an empty string
getParcelURI
string
getParcelURI();
 
 

Description
Get the parcel URI
Returns
The string URI for the root of the parcel
getLanguageProperties
::com::sun::star::beans::XPropertySet
getLanguageProperties();
 
 

Description
Get the language dependant properties of a script
Returns
com::sun::star::beans::XPropertySet of the language dependant properties
getLanguage
string
getLanguage();
 
 

Description
Returns the language the script is written in
Returns
A string reresenting the language of the script.
getFunctionName
string
getFunctionName();
 
 

Description
Access to the language specific name of a script.
Returns
A string that contains the language specific name.
getFileSetNames
sequence< string >
getFileSetNames();
 
 

Description
Access to the list of filesets defined for this script
Returns
A sequence of FileSet names
getFilesInFileSet
sequence< string >
getFilesInFileSet(
 
[in] string
 
fileSetName );

Description
Access to the list of files defined for a given FileSet in this script
Parameter fileSetName
the name of the FileSet
Returns
a sequence of file names
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.