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

(Global Index)

Syntax

interface XComponentEnumeration : com::sun::star::container::XEnumeration ;

Description

provides a typified enumeration through components.

Method Summary

nextComponent

Method Details



nextComponent

Syntax

com::sun::star::lang::XComponent nextComponent ();
raises ( com::sun::star::container::NoSuchElementException );

Description

Returns

the next component of this enumeration.

Throws

NoSuchElementException if no more elements exist.
Top of Page