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

(Global Index)

Syntax

interface XNameReplace : com::sun::star::container::XNameAccess ;

Description

This is the generic interface for supporting the replacement of named elements.

See also

XContainer

Method Summary

replaceByName replaces the element with the specified name.

Method Details



replaceByName

Syntax

void replaceByName (
string aName,
any aElement )
raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::container::NoSuchElementException , com::sun::star::lang::WrappedTargetException );

Description

replaces the element with the specified name.

Top of Page