Function tip_AnnotationMatchesRange


Prototype: tip_AnnotationMatchesRange(Annotation);
Arguments:

Ann: The Annotation to be examined (CDM_Annotation)
Start: The span start to me matched (long)
End: The span end to me matched (long)

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

Description:

This function will check if the provided Annotation (specified through the "Annotation" parameter) contains a span that has the specified start and end offsets.

Return Value:

This function will return 1 (true) if the Annotation contains a span that matches the specified start and end offsets. Else, 0 (false) will be returned.

Notes:

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

See Also:

tip_AnnotationContainsPosition, CDM_AnnotationMatchesRange


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