|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.pdfbox.pdmodel.fdf.FDFAnnotation
org.pdfbox.pdmodel.fdf.FDFAnnotationStamp
This represents a Stamp FDF annotation.
| Field Summary | |
|---|---|
static String |
SUBTYPE
COS Model value for SubType entry. |
| Fields inherited from class org.pdfbox.pdmodel.fdf.FDFAnnotation |
|---|
annot |
| Constructor Summary | |
|---|---|
FDFAnnotationStamp()
Default constructor. |
|
FDFAnnotationStamp(COSDictionary a)
Constructor |
|
FDFAnnotationStamp(Element element)
Constructor. |
|
| Methods inherited from class org.pdfbox.pdmodel.fdf.FDFAnnotation |
|---|
create, getColor, getCOSDictionary, getCOSObject, getCreationDate, getDate, getName, getOpacity, getPage, getRectangle, getSubject, getTitle, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrinted, isReadOnly, isToggleNoView, setColor, setCreationDate, setDate, setHidden, setInvisible, setLocked, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPage, setPrinted, setReadOnly, setRectangle, setSubject, setTitle, setToggleNoView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String SUBTYPE
| Constructor Detail |
public FDFAnnotationStamp()
public FDFAnnotationStamp(COSDictionary a)
a - An existing FDF Annotation.
public FDFAnnotationStamp(Element element)
throws IOException
element - An XFDF element.
IOException - If there is an error extracting information from the element.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||