Function tip_NextAnnotations


Prototype: tip_NextAnnotations(Document);
Arguments:

Document: A Document object. (CDM_Document)
Position: Position in text. (int)


Prototype: tip_NextAnnotations(Annotation);
Arguments:

Document: A Document object. (CDM_Document)
Position: Position in text. (int)

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

Description:

tip_NextAnnotations(Document):
This function will return a new Annotation set object (of type CDM_AnnotationSet) that will contain all the Annotations of the specified Document that their spans ranges are after the specified text position (as given by the parameter "Position").

This function will always create and return a new Annotation set object, even when the Document has no Annotations defined or no Annotations exist that all their spans are beneath the specified text position. In this case an empty Annotation set will be returned.

In case of an error, an error message will be prompted.

tip_NextAnnotations(Annotation):

Return Value:

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

If an error occurs, an error message will be prompted.

tip_NextAnnotations(Annotation):

Notes:

tip_NextAnnotations(Document):
This function is equivelant to tip_NextAnnotations (Tcl API).

tip_NextAnnotations(Annotation):

See Also:

tip_NextAnnotations(Document):
tip_Free, Tcl_DecrRefCount

tip_NextAnnotations(Annotation):


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