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

com :: sun :: star :: util ::

interface XLinkUpdate

Base Interface
com::sun::star::uno::XInterface

Description
allows initiating an update of linked parts of a document.


Methods' Summary

updateLinks initiates the reloading of all linked document content like linked graphics, linked text sections.

Methods' Details

updateLinks
 
void
updateLinks();
Description
initiates the reloading of all linked document content like linked graphics, linked text sections.

Top of Page