interface XLinkUpdate in module com::sun::star::util::

(Global Index)

Syntax

interface XLinkUpdate : com::sun::star::uno::XInterface ;

Description

allows initiating an update of linked parts of a document.

Method Summary

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

Method Details



updateLinks

Syntax

void updateLinks ();

Description

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

Top of Page