org.pdfbox.pdmodel.interactive.annotation
Class PDAnnotationUnknown
- COSObjectable
public class PDAnnotationUnknown
This is the class that represents an arbitary Unknown Annotation type.
PDAnnotationUnknown(COSDictionary dic) - Creates an arbitary annotation from a COSDictionary, expected to be
a correct object definition for some sort of annotation.
|
createAnnotation , getAction , getActions , getAnnotationFlags , getAnnotationName , getAppearance , getAppearanceStream , getBoderStyle , getCOSObject , getColour , getContents , getDictionary , getModifiedDate , getRectangle , isHidden , isInvisible , isLocked , isNoRotate , isNoView , isNoZoom , isPrinted , isReadOnly , isToggleNoView , setAction , setActions , setAnnotationFlags , setAnnotationName , setAppearance , setAppearanceStream , setBorderStyle , setColour , setContents , setHidden , setInvisible , setLocked , setModifiedDate , setNoRotate , setNoView , setNoZoom , setPrinted , setReadOnly , setRectangle , setToggleNoView |
PDAnnotationUnknown
public PDAnnotationUnknown(COSDictionary dic)
Creates an arbitary annotation from a COSDictionary, expected to be
a correct object definition for some sort of annotation.
dic
- The dictionary which represents this Annotation.