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 |
PDAnnotationFileAttachment
This is the class that represents a file attachement.
|
class |
PDAnnotationLine
This is the class that represents a line annotation.
|
class |
PDAnnotationRubberStamp
This is the class that represents a rubber stamp annotation.
|
class |
PDAnnotationSquareCircle
This is the class that represents a rectangular or eliptical annotation Introduced in PDF 1.3 specification .
|
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 PDF 1.3 specification, except
Squiggly lines in 1.4.
|
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–2016 The Apache Software Foundation. All rights reserved.