Class FDFPageInfo
java.lang.Object
org.apache.pdfbox.pdmodel.fdf.FDFPageInfo
- All Implemented Interfaces:
COSObjectable
This represents an FDF page info that is part of the FDF page.
- Author:
- Ben Litchfield
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.
-
Constructor Details
-
FDFPageInfo
public FDFPageInfo()Default constructor. -
FDFPageInfo
-
-
Method Details
-
getCOSObject
Convert this standard java object to a COS object.- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The cos object that matches this Java object.
-