| Package | Description |
|---|---|
| org.apache.pdfbox.pdfparser.xref |
| Modifier and Type | Method and Description |
|---|---|
XReferenceType |
AbstractXReference.getType()
Returns the
XReferenceType of this crossreference stream entry. |
XReferenceType |
XReferenceEntry.getType()
Returns the
XReferenceType of this crossreference stream entry. |
static XReferenceType |
XReferenceType.valueOf(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.
|
| Constructor and Description |
|---|
AbstractXReference(XReferenceType type)
Creates a crossreference stream entry of the given
XReferenceType. |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.