com.pdftron.pdf.tools.DialogAnnotNote.DialogAnnotNoteListener |
Known Indirect Subclasses
AnnotEdit |
This class is responsible for editing a selected annotation, e.g., moving and resizing. |
AnnotEditAdvancedShape |
This class is responsible for editing a selected advanced shape such as polyline, polygon and cloud. |
AnnotEditLine |
This class is responsible for editing a selected line or arrow, e.g., moving and resizing. |
AnnotEditRectGroup |
This class is for selecting a group of annotations
|
AnnotEditTextMarkup |
This class is responsible for editing text markup: highlight/strikeout/underline, e.g., moving and resizing. |
CalloutCreate |
A tool for creating callout annotation
|
FreeTextCreate |
A tool for creating free text annotation
|
FreeTextDateCreate |
|
FreeTextSpacingCreate |
This class is responsible for creating FreeText annotation with custom spacing. |
StickyNoteCreate |
This class is for creating a sticky note annotation. |
|
Class Overview
Callback interface to be invoked when a button is pressed.
Summary
Public Methods |
abstract
void
|
onAnnotButtonPressed(int button)
Called when a button in the dialog has been pressed.
|
Public Methods
public
abstract
void
onAnnotButtonPressed
(int button)
Called when a button in the dialog has been pressed.
Parameters
button |
The button ID. See android.content.DialogInterface
|