Uses of Enum
org.apache.pdfbox.pdfparser.xref.XReferenceType
Packages that use XReferenceType
-
Uses of XReferenceType in org.apache.pdfbox.pdfparser.xref
Fields in org.apache.pdfbox.pdfparser.xref declared as XReferenceTypeMethods in org.apache.pdfbox.pdfparser.xref that return XReferenceTypeModifier and TypeMethodDescriptionAbstractXReference.getType()Returns theXReferenceTypeof this crossreference stream entry.XReferenceEntry.getType()Returns theXReferenceTypeof this crossreference stream entry.static XReferenceTypeReturns the enum constant of this type with the specified name.static XReferenceType[]XReferenceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pdfbox.pdfparser.xref with parameters of type XReferenceTypeModifierConstructorDescriptionprotectedCreates a crossreference stream entry of the givenXReferenceType.