Function CDM_DisplaceAnnotations
|
|
Definition: | #include <CDM.h> |
---|
|
Prototype: | int CDM_DisplaceAnnotations(CDM_Document Document, long offset, long displacement);
|
---|
Arguments: | Document: A Document Object (CDM_Document) offset: A character offset after which all offsets are modified (long) displacement: The number of characters that offsets will be moved (long)
|
---|
|
|
Prototype: | CDM_AnnotationSet CDM_DisplaceAnnotations(CDM_AnnotationSet Set, long offset, long displacement);
|
---|
Arguments: | Set: Annotation Set object (CDM_AnnotationSet) offset: A character offset after which all offsets are modified (long) displacement: The number of characters that offsets will be moved (long)
|
---|
|
|