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
Methods in org.apache.pdfbox.pdfparser that return XrefTrailerResolver.XRefTypeModifier and TypeMethodDescriptionXrefTrailerResolver.getXrefType()Returns the XRefTxpe of the resolved trailer.static XrefTrailerResolver.XRefTypeReturns 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 TypeMethodDescriptionvoidXrefTrailerResolver.nextXrefObj(long startBytePos, XrefTrailerResolver.XRefType type) Signals that a new XRef object (table or stream) starts.