:: com :: sun :: star :: office ::

unpublished interface XAnnotationEnumeration
Usage Restrictions
not published
Description
An enumeration for a set of annotations.

Methods' Summary
hasMoreElements tests whether this enumeration contains more elements.  
nextElement  
Methods' Details
hasMoreElements
boolean
hasMoreElements();

Description
tests whether this enumeration contains more elements.
nextElement
XAnnotation
nextElement()
raises( ::com::sun::star::container::NoSuchElementException );

Returns
the next element of this enumeration.
Throws
NoSuchElementException if no more elements exist.
Top of Page