Uses of Enum Class
org.apache.pdfbox.pdfparser.XrefTrailerResolver.XRefType
Packages that use XrefTrailerResolver.XRefType
Package
Description
The pdfparser package contains classes to parse PDF documents and objects within the document.
-
Uses of XrefTrailerResolver.XRefType in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return XrefTrailerResolver.XRefTypeModifier and TypeMethodDescriptionXrefTrailerResolver.getXrefType()
Returns the XRefTxpe of the resolved trailer.static XrefTrailerResolver.XRefType
Returns the enum constant of this class with the specified name.static XrefTrailerResolver.XRefType[]
XrefTrailerResolver.XRefType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.pdfparser with parameters of type XrefTrailerResolver.XRefTypeModifier and TypeMethodDescriptionvoid
XrefTrailerResolver.nextXrefObj
(long startBytePos, XrefTrailerResolver.XRefType type) Signals that a new XRef object (table or stream) starts.