| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDAnnotationCaret |
class |
PDAnnotationCircle |
class |
PDAnnotationFileAttachment
This is the class that represents a file attachment.
|
class |
PDAnnotationFreeText |
class |
PDAnnotationHighlight |
class |
PDAnnotationInk |
class |
PDAnnotationLine
This is the class that represents a line annotation.
|
class |
PDAnnotationPolygon |
class |
PDAnnotationPolyline |
class |
PDAnnotationRubberStamp
This is the class that represents a rubber stamp annotation.
|
class |
PDAnnotationSound |
class |
PDAnnotationSquare |
class |
PDAnnotationSquareCircle
This is the class that represents a rectangular or elliptical annotation introduced in PDF 1.3
specification .
|
class |
PDAnnotationSquiggly |
class |
PDAnnotationStrikeout |
class |
PDAnnotationText
This is the class that represents a text annotation.
|
class |
PDAnnotationTextMarkup
This is the abstract class that represents a text markup annotation introduced in the PDF 1.3
specification, except Squiggly lines in 1.4.
|
class |
PDAnnotationUnderline |
| Modifier and Type | Method and Description |
|---|---|
PDAnnotationMarkup |
PDAnnotationPopup.getParent()
This will retrieve the markup annotation which this popup relates to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAnnotationPopup.setParent(PDAnnotationMarkup annot)
This will set the markup annotation which this popup relates to.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.