| Modifier and Type | Class and Description |
|---|---|
class |
CircleAnnotation
A circle annotation is an annotation surrounded by a curved and possibly elliptical border.
|
class |
FreeTextAnnotation
The free text annotation allows a user to place text directly on a PDF page.
|
class |
HighlightAnnotation
Allows the user to highlight text appearing on a PDF page.
|
class |
InkAnnotation
A type of annotation allowing a user to edit a PDF document.
|
class |
LineAnnotation
The line annotation displays a single straight line on a PDF page.
|
class |
LinkAnnotation
A link annotation, which features an embedded hyperlink.
|
class |
PolygonAnnotation
A polygon is a closed plane figure bounded by a finite number of line segments.
|
class |
PolyLineAnnotation
A finite number of line segments in a PDF added as an annotation.
|
class |
Redaction
Associates an object with its location on a page of a PDF document.
|
class |
SquareAnnotation
The square annotation allows a user to display a rectangle on a PDF page.
|
class |
TextMarkupAnnotation
Annotations that appears as highlighted content when added to a PDF file.
|
class |
UnderlineAnnotation
A type of text markup annotation, for underlining text.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Page.addNewAnnotation(int addAfter,
java.lang.String subType,
Rect initialRect)
Deprecated.
|
Annotation |
Page.createAnnotation(java.lang.String subType,
Rect initialRect)
Deprecated.
|
Annotation |
Page.getAnnotation(int annotIndex)
Gets the annotIndex annotation on the page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.addAnnotation(int addAfter,
Annotation annot)
Deprecated.
|