Package | Description |
---|---|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
Modifier and Type | Method and Description |
---|---|
XrefTrailerResolver.XRefType |
XrefTrailerResolver.getXrefType()
Returns the XRefTxpe of the resolved trailer.
|
static XrefTrailerResolver.XRefType |
XrefTrailerResolver.XRefType.valueOf(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 and Description |
---|---|
void |
XrefTrailerResolver.nextXrefObj(long startBytePos,
XrefTrailerResolver.XRefType type)
Signals that a new XRef object (table or stream) starts.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.