:: com :: sun :: star :: script :: provider ::

unpublished interface XScriptProviderSupplier
Usage Restrictions
not published
Description
This interface allows to get the scripting provider related to the object.

Methods' Summary
getScriptProvider returns scripting provider related to the object.  
Methods' Details
getScriptProvider
XScriptProvider
getScriptProvider();

Description
returns scripting provider related to the object.
Returns
an object implementing XScriptProvider representing the script provider
Top of Page