Class PDAnnotationUnknown

java.lang.Object
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationUnknown
All Implemented Interfaces:
COSObjectable

public class PDAnnotationUnknown extends PDAnnotation
This is the class that represents an arbitary Unknown Annotation type.
Version:
$Revision: 1.1 $
Author:
Paul King
  • Constructor Details

    • PDAnnotationUnknown

      public PDAnnotationUnknown(COSDictionary dic)
      Creates an arbitary annotation from a COSDictionary, expected to be a correct object definition for some sort of annotation.
      Parameters:
      dic - The dictionary which represents this Annotation.