enterAnnotationEditingMode

Deprecated

Use setSelectedAnnotations instead. There is no need to enter annotating mode to edit annotations — the popup toolbar handles editing actions.

Enter annotation editing mode on the document. Once you invoke this method, you'll get AnnotatingController (through registered OnAnnotatingModeChangeListener) which provides methods for editing a selected annotation. Notice: this method will not select annotation on the screen, for that use setSelectedAnnotation.

Parameters

annotations

Annotation to be edited.


Deprecated

Use setSelectedAnnotations instead. There is no need to enter annotating mode to edit annotations — the popup toolbar handles editing actions.

Enter annotation editing mode on the document. Once you invoke this method, you'll get AnnotatingController (through registered OnAnnotatingModeChangeListener) which provides methods for editing selected annotations. Notice: this method will not select annotation on the screen, for that use setSelectedAnnotation.

Parameters

annotation

Annotation to be edited.