org.pdfbox.pdfparser
Class PDFXref
java.lang.Object
org.pdfbox.pdfparser.PDFXref
public class PDFXref
extends java.lang.Object
This class represents a PDF xref.
PDFXref(long startValue, long countValue) - constructor.
|
long | getCount() - This will get the count attribute.
|
long | getStart() - This will get the start attribute.
|
PDFXref
public PDFXref(long startValue,
long countValue)
constructor.
startValue
- The start attribute.countValue
- The count attribute.
getCount
public long getCount()
This will get the count attribute.
getStart
public long getStart()
This will get the start attribute.