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 TypeClassDescriptionclass
This represents a Caret FDF annotation.class
This represents a Circle FDF annotation.class
This represents a FileAttachment FDF annotation.class
This represents a FreeText FDF annotation.class
This represents a Highlight FDF annotation.class
This represents a Ink FDF annotation.class
This represents a Line FDF annotation.class
This represents a Polygon FDF annotation.class
This represents a Polygon FDF annotation.class
This represents a Polyline FDF annotation.class
This represents a Sound FDF annotation.class
This represents a Square FDF annotation.class
This represents a Squiggly FDF annotation.class
This represents a Stamp FDF annotation.class
This represents a StrikeOut FDF annotation.class
This represents a Text FDF annotation.class
This abstract class is used as a superclass for the different FDF annotations with text markup attributes.class
This represents a Underline FDF annotation.Methods in org.apache.pdfbox.pdmodel.fdf that return FDFAnnotationModifier and TypeMethodDescriptionstatic FDFAnnotation
FDFAnnotation.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 TypeMethodDescriptionvoid
FDFDictionary.setAnnotations
(List<FDFAnnotation> annots) This will set the list of annotations.