| Package | Description | 
|---|---|
| com.qoppa.pdf.annotations | 
 Classes representing PDF annotations. 
 | 
| com.qoppa.pdfNotes.settings | 
 Classes used to configure a number of settings for jPDFNotes. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Callout
Interface representing a Callout annotation in a PDF document. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FreeText | 
IAnnotationFactory.createFreeText(String contents)
Constructs a free text annotation with the given content. 
 | 
FreeText | 
IAnnotationFactory.createTypeWriter(String contents)
Constructs a typewriter annotation with the given content. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
FreeTextTool.setDefaultProperties(FreeText freeText)
This is a convenience method to set the FreeText properties to the
 FreeTextTool default properties. 
 | 
static void | 
TypewriterTool.setDefaultProperties(FreeText freeText)
This is a convenience method to set the FreeText properties to the
 TypewriterTool default properties. 
 |