Package org.apache.pdfbox.pdmodel.fdf
Class FDFPageInfo
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.fdf.FDFPageInfo
-
- All Implemented Interfaces:
COSObjectable
public class FDFPageInfo extends java.lang.Object implements COSObjectable
This represents an FDF page info that is part of the FDF page.
-
-
Field Summary
Fields Modifier and Type Field Description private COSDictionary
pageInfo
-
Constructor Summary
Constructors Constructor Description FDFPageInfo()
Default constructor.FDFPageInfo(COSDictionary p)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description COSDictionary
getCOSObject()
Convert this standard java object to a COS object.
-
-
-
Field Detail
-
pageInfo
private final COSDictionary pageInfo
-
-
Constructor Detail
-
FDFPageInfo
public FDFPageInfo()
Default constructor.
-
FDFPageInfo
public FDFPageInfo(COSDictionary p)
Constructor.- Parameters:
p
- The FDF page.
-
-
Method Detail
-
getCOSObject
public COSDictionary getCOSObject()
Convert this standard java object to a COS object.- Specified by:
getCOSObject
in interfaceCOSObjectable
- Returns:
- The cos object that matches this Java object.
-
-