Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XIndexReplace

Base Interface
com::sun::star::container::XIndexAccess

Description
This is the generic interface for supporting the replacement of indexed elements.
See also
XContainer


Known Services which Export this Interface

com::sun::star::text::DocumentIndexLevelFormat This service provides access to the structure of the levels of document indexes.
com::sun::star::text::DocumentIndexParagraphStyles provides access to the names of paragraph styles that are included in content indexes of user defined indexes. The element type is sequence of string.

Methods' Summary

replaceByIndex replaces the element at the specified index with the given element.

Methods' Details

replaceByIndex
 
void
replaceByIndex(
[ in ] long Index,
[ in ] any Element )
raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException );

Description
replaces the element at the specified index with the given element.

Top of Page