org.pdfbox.pdmodel.fdf
Class FDFAnnotation
java.lang.Object
org.pdfbox.pdmodel.fdf.FDFAnnotation
- COSObjectable
public class FDFAnnotation
extends java.lang.Object
This represents an FDF annotation that is part of the FDF document.
FDFAnnotation
public FDFAnnotation()
Default constructor.
getCOSDictionary
public COSDictionary getCOSDictionary()
Convert this standard java object to a COS object.
- The cos object that matches this Java object.
getCOSObject
public COSBase getCOSObject()
Convert this standard java object to a COS object.
- getCOSObject in interface COSObjectable
- The cos object that matches this Java object.
getPage
public Integer getPage()
This will get the page number or null if it does not exist.
setPage
public void setPage(int page)
This will set the page.