Package | Description |
---|---|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FDFAnnotationCaret |
This represents a Caret FDF annotation.
|
class |
FDFAnnotationCircle |
This represents a Circle FDF annotation.
|
class |
FDFAnnotationFileAttachment |
This represents a FileAttachment FDF annotation.
|
class |
FDFAnnotationFreeText |
This represents a FreeText FDF annotation.
|
class |
FDFAnnotationHighlight |
This represents a Highlight FDF annotation.
|
class |
FDFAnnotationInk |
This represents a Ink FDF annotation.
|
class |
FDFAnnotationLine |
This represents a Line FDF annotation.
|
class |
FDFAnnotationPolygon |
This represents a Polygon FDF annotation.
|
class |
FDFAnnotationPolyline |
This represents a Polyline FDF annotation.
|
class |
FDFAnnotationSound |
This represents a Sound FDF annotation.
|
class |
FDFAnnotationSquare |
This represents a Square FDF annotation.
|
class |
FDFAnnotationSquiggly |
This represents a Squiggly FDF annotation.
|
class |
FDFAnnotationStamp |
This represents a Stamp FDF annotation.
|
class |
FDFAnnotationStrikeOut |
This represents a StrikeOut FDF annotation.
|
class |
FDFAnnotationText |
This represents a Text FDF annotation.
|
class |
FDFAnnotationUnderline |
This represents a Underline FDF annotation.
|
Modifier and Type | Method | Description |
---|---|---|
static FDFAnnotation |
FDFAnnotation.create(COSDictionary fdfDic) |
Create the correct FDFAnnotation.
|