| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.pdfbox.pdfparser.PDFXrefpublic class PDFXrefextends java.lang.ObjectConstructor Summary | |
| |
Method Summary | |
long |
|
long |
|
public PDFXref(long startValue,
long countValue)constructor.
- Parameters:
startValue- The start attribute.countValue- The count attribute.
public long getCount()
This will get the count attribute.
- Returns:
- The count.
public long getStart()
This will get the start attribute.
- Returns:
- The start.