Package | Description |
---|---|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
Modifier and Type | Method | Description |
---|---|---|
XrefTrailerResolver.XRefType |
XrefTrailerResolver.getXrefType() |
Returns the XRefTxpe of the resolved trailer.
|
static XrefTrailerResolver.XRefType |
XrefTrailerResolver.XRefType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static XrefTrailerResolver.XRefType[] |
XrefTrailerResolver.XRefType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XrefTrailerResolver.nextXrefObj(long startBytePos,
XrefTrailerResolver.XRefType type) |
Signals that a new XRef object (table or stream) starts.
|
Copyright © 2002–2018. All rights reserved.