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

interface XImplicitIDAccess
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::container::XElementAccess
       |  
       +--XImplicitIDAccess
::com::sun::star::container::XElementAccess
(referenced interface's summary:)
This is the base interface of all collection interfaces.
Description
makes it possible to access contents through an implicit (unique) ID.

Methods' Summary
getByImplicitID  
getImplicitIDs  
Methods' Details
getByImplicitID
any
getByImplicitID( [in] string  ID )
raises( ::com::sun::star::container::NoSuchElementException );

Returns
the element with the specified implicit ID.
getImplicitIDs
sequence< string >
getImplicitIDs();

Returns
a sequence with all existing implicit IDs.
Top of Page