LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface gives access to the annotation for a document content. More...
import"XAnnotationAccess.idl";
Public Member Functions | |
XAnnotation | createAndInsertAnnotation () |
creates a new annotation and inserts it into the document content. More... | |
void | removeAnnotation ([in] XAnnotation annotation) raises ( com::sun::star::lang::IllegalArgumentException ) |
removes the annotation from this document content. More... | |
XAnnotationEnumeration | createAnnotationEnumeration () |
This interface gives access to the annotation for a document content.
XAnnotation createAndInsertAnnotation | ( | ) |
creates a new annotation and inserts it into the document content.
XAnnotationEnumeration createAnnotationEnumeration | ( | ) |
void removeAnnotation | ( | [in] XAnnotation | annotation | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
removes the annotation from this document content.