Uses of Class
org.apache.pdfbox.pdfparser.xref.XReferenceType
-
Packages that use XReferenceType Package Description org.apache.pdfbox.pdfparser.xref -
-
Uses of XReferenceType in org.apache.pdfbox.pdfparser.xref
Fields in org.apache.pdfbox.pdfparser.xref declared as XReferenceType Modifier and Type Field Description private XReferenceTypeAbstractXReference. typeMethods in org.apache.pdfbox.pdfparser.xref that return XReferenceType Modifier and Type Method Description XReferenceTypeAbstractXReference. getType()Returns theXReferenceTypeof this crossreference stream entry.XReferenceTypeXReferenceEntry. getType()Returns theXReferenceTypeof this crossreference stream entry.static XReferenceTypeXReferenceType. valueOf(java.lang.String name)Returns 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 XReferenceType Constructor Description AbstractXReference(XReferenceType type)Creates a crossreference stream entry of the givenXReferenceType.
-