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 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 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.