Class 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 Detail

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