Uses of Class
org.apache.pdfbox.pdmodel.fdf.FDFAnnotation
Packages that use FDFAnnotation
Package
Description
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
-
Uses of FDFAnnotation in org.apache.pdfbox.pdmodel.fdf
Subclasses of FDFAnnotation in org.apache.pdfbox.pdmodel.fdfModifier and TypeClassDescriptionclassThis represents a Caret FDF annotation.classThis represents a Circle FDF annotation.classThis represents a FileAttachment FDF annotation.classThis represents a FreeText FDF annotation.classThis represents a Highlight FDF annotation.classThis represents a Ink FDF annotation.classThis represents a Line FDF annotation.classThis represents a Polygon FDF annotation.classThis represents a Polygon FDF annotation.classThis represents a Polyline FDF annotation.classThis represents a Sound FDF annotation.classThis represents a Square FDF annotation.classThis represents a Squiggly FDF annotation.classThis represents a Stamp FDF annotation.classThis represents a StrikeOut FDF annotation.classThis represents a Text FDF annotation.classThis abstract class is used as a superclass for the different FDF annotations with text markup attributes.classThis represents a Underline FDF annotation.Methods in org.apache.pdfbox.pdmodel.fdf that return FDFAnnotationModifier and TypeMethodDescriptionstatic FDFAnnotationFDFAnnotation.create(COSDictionary fdfDic) Create the correct FDFAnnotation.Methods in org.apache.pdfbox.pdmodel.fdf that return types with arguments of type FDFAnnotationModifier and TypeMethodDescriptionFDFDictionary.getAnnotations()This will get the list of FDF Annotations.Method parameters in org.apache.pdfbox.pdmodel.fdf with type arguments of type FDFAnnotationModifier and TypeMethodDescriptionvoidFDFDictionary.setAnnotations(List<FDFAnnotation> annots) This will set the list of annotations.