interface XImplicitIDReplace in module com::sun::star::container::

(Global Index)

Syntax

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

Description

makes it possible to replace contents in a collection by an implicit (unique) ID:

Method Summary

replaceByUniqueID replaces the content which is specified by its implicit (unique) ID with a new content.

Method Details



replaceByUniqueID

Syntax

void replaceByUniqueID (
string ID,
any aNewElement )
raises ( com::sun::star::container::NoSuchElementException );

Description

replaces the content which is specified by its implicit (unique) ID with a new content.

Top of Page