|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDAnnotation | |
org.pdfbox.pdmodel.interactive.annotation | The annotation package contains classes that work with PDF annotation elements. |
Uses of PDAnnotation in org.pdfbox.pdmodel.interactive.annotation |
Subclasses of PDAnnotation in org.pdfbox.pdmodel.interactive.annotation | |
class |
PDAnnotationFileAttachment
This is the class that represents a file attachement. |
class |
PDAnnotationLine
This is the class that represents a line annotation. |
class |
PDAnnotationLink
This is the class that represents a link annotation. |
class |
PDAnnotationMarkup
This class represents the additonal fields of a Markup type Annotation. |
class |
PDAnnotationPopup
This is the class that represents a popup 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. |
class |
PDAnnotationUnknown
This is the class that represents an arbitary Unknown Annotation type. |
class |
PDAnnotationWidget
This is the class that represents a widget. |
Methods in org.pdfbox.pdmodel.interactive.annotation that return PDAnnotation | |
PDAnnotation |
PDAnnotationMarkup.getInReplyTo()
This will retrieve the annotation to which this one is "In Reply To" the actual relationship is specified by the RT entry. |
static PDAnnotation |
PDAnnotation.createAnnotation(COSBase base)
Create the correct annotation from the base COS object. |
Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDAnnotation | |
void |
PDAnnotationMarkup.setInReplyTo(PDAnnotation irt)
This will set the annotation to which this one is "In Reply To" the actual relationship is specified by the RT entry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |