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

interface XServiceDocumenter

Methods' Summary
showServiceDocs  
showInterfaceDocs  
showCoreDocs  
Attributes' Summary
ServiceBaseUrl  
CoreBaseUrl  
Methods' Details
showServiceDocs
void
showServiceDocs( [in] ::com::sun::star::lang::XServiceInfo  xService );

showInterfaceDocs
void
showInterfaceDocs( [in] ::com::sun::star::lang::XTypeProvider  xTypeProvider );

showCoreDocs
void
showCoreDocs( [in] ::com::sun::star::lang::XServiceInfo  xService );

Attributes' Details
ServiceBaseUrl
string ServiceBaseUrl;
CoreBaseUrl
string CoreBaseUrl;
Top of Page