:: com :: sun :: star :: container ::

interface XImplicitIDReplace

Methods' Summary
replaceByUniqueID replaces the content which is specified by its implicit (unique) ID with a new content.  
Methods' Details
replaceByUniqueID
void
replaceByUniqueID( [in] string  ID,
[in] any  aNewElement )
raises( NoSuchElementException );

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