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

interface XLinkUpdate
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XLinkUpdate
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