Function tip_GetAnnotations


Prototype: tip_GetAnnotations(Document);
Arguments:

Document: A Document object. (CDM_Document)

C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function will create and return a new list object (of type CDM_AnnotationSet) that will contain all the Annotations that the specified Document currently has.

Note that this function will always create and return a new Annotation set object, even when the Document has no Annotations defined. (In this case an empty Annotation set will be returned.)

Return Value:

This function returns an Annotation set object (of type CDM_AnnotationSet).

Notes:

This function is equivelant to CDM_GetAnnotations (C++ API).

See Also:

tip_SelectAnnotations, tip_SelectAnnotationsSorted, CDM_GetAnnotations


Generated by: petasis@aias on Wed Aug 16 10:31:45 PM EEST 2006.