| java.lang.Object org.pdfbox.pdfparser.PDFXref
PDFXref | public class PDFXref (Code) | | This class represents a PDF xref.
author: Ben Litchfield version: $Revision: 1.4 $ |
Constructor Summary | |
public | PDFXref(long startValue, long countValue) constructor. |
Method Summary | |
public long | getCount() This will get the count attribute. | public long | getStart() This will get the start attribute. |
PDFXref | public PDFXref(long startValue, long countValue)(Code) | | constructor.
Parameters: startValue - The start attribute. Parameters: countValue - The count attribute. |
getCount | public long getCount()(Code) | | This will get the count attribute.
The count. |
getStart | public long getStart()(Code) | | This will get the start attribute.
The start. |
|
|