|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdfparser.PDFXref
This class represents a PDF xref.
Constructor Summary | |
PDFXref(long startValue,
long countValue)
constructor. |
Method Summary | |
long |
getCount()
This will get the count attribute. |
long |
getStart()
This will get the start attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFXref(long startValue, long countValue)
startValue
- The start attribute.countValue
- The count attribute.Method Detail |
public long getCount()
public long getStart()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |