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

(Global Index)

Syntax

interface XImplicitIDAccess : com::sun::star::container::XElementAccess ;

Description

makes it possible to access contents through an implicit (unique) ID.

Method Summary

getByImplicitID

getImplicitIDs

Method Details



getByImplicitID

Syntax

any getByImplicitID (
string ID )
raises ( com::sun::star::container::NoSuchElementException );

Returns

the element with the specified implicit ID.

getImplicitIDs

Syntax

sequence< string > getImplicitIDs ();

Returns

a sequence with all existing implicit IDs.
Top of Page