Function tip_FirstAnnotationContaining


Prototype: tip_FirstAnnotationContaining(Document,);
Arguments:

: ()


Prototype: tip_FirstAnnotationContaining(Annotation);
Arguments:

: ()

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

Description:

tip_FirstAnnotationContaining(Document,):
This function will return a new Annotation object (of type CDM_Annotation) that will be the first Annotation (with Annotations sorted by their Id) of the specified Document that includes the specified text position (as given by the parameter "position") or both positions (if parameter "position2" is also specified) into its spans.

tip_FirstAnnotationContaining(Annotation):

Return Value:

tip_FirstAnnotationContaining(Document,):
This function will return the first Annotation (contained either in the Document where Annotations are sorted by their Ids or in the Annotation set where they are examined in the order defined by the set) whose specified position(s) is contained into its spans.

tip_FirstAnnotationContaining(Annotation):

Notes:

tip_FirstAnnotationContaining(Document,):
This function is equivelant to CDM_FirstAnnotationContaining (C++ API).

tip_FirstAnnotationContaining(Annotation):

See Also:

tip_FirstAnnotationContaining(Document,):
tip_DeleteAnnotations, CDM_FirstAnnotationContaining

tip_FirstAnnotationContaining(Annotation):


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