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

interface XLinkUpdate
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XLinkUpdate
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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