|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.fdf.FDFAnnotation
This represents an FDF annotation that is part of the FDF document.
Constructor Summary | |
FDFAnnotation()
Default constructor. |
|
FDFAnnotation(COSDictionary a)
Constructor. |
Method Summary | |
COSDictionary |
getCOSDictionary()
Convert this standard java object to a COS object. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
Integer |
getPage()
This will get the page number or null if it does not exist. |
void |
setPage(int page)
This will set the page. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FDFAnnotation()
public FDFAnnotation(COSDictionary a)
a
- The FDF annotation.Method Detail |
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public Integer getPage()
public void setPage(int page)
page
- The page number.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |