Syntax
interface XImplicitIDAccess : com::sun::star::container::XElementAccess ;
Description
makes it possible to access contents through an implicit (unique) ID.
Method Details
|
|
Syntax
- any getByImplicitID
(
- string ID )
- raises ( com::sun::star::container::NoSuchElementException );
Returns
-
the element with the specified implicit ID.
Syntax
- sequence< string > getImplicitIDs
();
Returns
-
a sequence with all existing implicit IDs.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.