org.apache.pdfbox.pdmodel.interactive.annotation
Class PDAnnotationUnknown

java.lang.Object
  extended by org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation
      extended by 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

Field Summary
 
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation
FLAG_HIDDEN, FLAG_INVISIBLE, FLAG_LOCKED, FLAG_NO_ROTATE, FLAG_NO_VIEW, FLAG_NO_ZOOM, FLAG_PRINTED, FLAG_READ_ONLY, FLAG_TOGGLE_NO_VIEW
 
Constructor Summary
PDAnnotationUnknown(COSDictionary dic)
          Creates an arbitary annotation from a COSDictionary, expected to be a correct object definition for some sort of annotation.
 
Method Summary
 
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation
createAnnotation, getAnnotationFlags, getAnnotationName, getAppearance, getAppearanceStream, getColour, getContents, getCOSObject, getDictionary, getModifiedDate, getPage, getRectangle, getSubtype, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrinted, isReadOnly, isToggleNoView, setAnnotationFlags, setAnnotationName, setAppearance, setAppearanceStream, setColour, setContents, setHidden, setInvisible, setLocked, setModifiedDate, setNoRotate, setNoView, setNoZoom, setPage, setPrinted, setReadOnly, setRectangle, setToggleNoView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.