org.apache.pdfbox.pdmodel.interactive.annotation
public class: PDAnnotationUnknown [javadoc |
source]
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationUnknown
All Implemented Interfaces:
COSObjectable
This is the class that represents an arbitary Unknown Annotation type.
- author:
Paul
- King
- version:
$
- Revision: 1.1 $
Constructor: |
public PDAnnotationUnknown(COSDictionary dic) {
super( 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.
|
Methods from org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation: |
---|
createAnnotation, getAnnotationFlags, getAnnotationName, getAppearance, getAppearanceStream, getCOSObject, getColour, getContents, 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, setPrinted, setReadOnly, setRectangle, setToggleNoView |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |