Function tip_SelectAnnotationsSorted


Prototype: tip_SelectAnnotationsSorted(Document);
Arguments:

Document: A Document object. (CDM_Document)
Type: The type of the Annotations to be selected. (string)
: ()


Prototype: tip_SelectAnnotationsSorted(Annotation);
Arguments:

Document: A Document object. (CDM_Document)
Type: The type of the Annotations to be selected. (string)
: ()

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

Description:

tip_SelectAnnotationsSorted(Document):
This function will create and return a new list object (of type CDM_AnnotationSet) that will contain all the Annotations of the specified Document that their type is the same as the value of the "Type" parameter. The Annotations will be sorted according to their first span range, in ascending order.

tip_SelectAnnotationsSorted(Annotation):

Return Value:

tip_SelectAnnotationsSorted(Document):
This function will create and return an AnnotationSet object, that will contain all the Annotations of the specified Document that have as type the value of the "Type" parameter. The Annotations in that object will be sorted according to their first span in ascending order.

tip_SelectAnnotationsSorted(Annotation):

Notes:

tip_SelectAnnotationsSorted(Document):
This function is equivelant to CDM_SelectAnnotationsSorted (C++ API).

tip_SelectAnnotationsSorted(Annotation):

See Also:

tip_SelectAnnotationsSorted(Document):
tip_SelectAnnotations, CDM_SelectAnnotationsSorted

tip_SelectAnnotationsSorted(Annotation):


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