Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WidgetSignatureComponent
Interface to the component for a Widget signature.
|
Modifier and Type | Method and Description |
---|---|
void |
IAnnotationManager.addComponentToSelection(AnnotationComponent ac)
Adds an annotation component to the list of selected annotations.
|
void |
IAnnotSelectionListener.componentSelected(AnnotationComponent comp)
This notification is sent when an AnnotationComponent is selected
|
void |
IAnnotationManager.deselectAnnotationComponent(AnnotationComponent ac)
Deselects an annotation.
|
boolean |
IAnnotationManager.isSelected(AnnotationComponent ac)
Returns a flag that indicates whether the selection component is
selected.
|
void |
IAnnotationManager.selectAnnotationComponent(AnnotationComponent ac)
Selects an annotation.
|
void |
IAnnotationManager.selectAnnotationComponents(AnnotationComponent[] acs)
Selects a list of annotations.
|