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

unpublished interface XAnnotationAccess
Usage Restrictions
not published
Description
This interface gives access to the annotation for a document content.

Methods' Summary
createAndInsertAnnotation creates a new annotation and inserts it into the document content.  
removeAnnotation removes the annotation from this document content.  
createAnnotationEnumeration  
Methods' Details
createAndInsertAnnotation
XAnnotation
createAndInsertAnnotation();

Description
creates a new annotation and inserts it into the document content.
removeAnnotation
void
removeAnnotation( [in] XAnnotation  annotation )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
removes the annotation from this document content.
createAnnotationEnumeration
XAnnotationEnumeration
createAnnotationEnumeration();

Returns
a new enumeration object for this annotation container. It returns NULL if there are no objects in this container.
Top of Page