org.pdfbox.pdmodel.fdf
Class FDFPageInfo
java.lang.Object
org.pdfbox.pdmodel.fdf.FDFPageInfo
- COSObjectable
public class FDFPageInfo
extends java.lang.Object
This represents an FDF page info that is part of the FDF page.
FDFPageInfo
public FDFPageInfo()
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.