Uses of Enum
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
Fields in org.apache.pdfbox.pdfparser declared as XrefTrailerResolver.XRefTypeModifier and TypeFieldDescriptionprivate XrefTrailerResolver.XRefType
XrefTrailerResolver.XrefTrailerObj.xrefType
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 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.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.