public abstract class AbstractXReference extends Object implements XReferenceEntry
PDFXRefStream).
Such an entry shall locate a PDF object/resource in a PDF document.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractXReference(XReferenceType type)
Creates a crossreference stream entry of the given
XReferenceType. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(XReferenceEntry xReferenceEntry)
Compares this object with the specified object for order.
|
long |
getFirstColumnValue()
Returns the value for the first column of the crossreference stream entry.
|
XReferenceType |
getType()
Returns the
XReferenceType of this crossreference stream entry. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReferencedKey, getSecondColumnValue, getThirdColumnValueprotected AbstractXReference(XReferenceType type)
XReferenceType.type - The XReferenceType of the crossreference stream entry.public XReferenceType getType()
XReferenceType of this crossreference stream entry.getType in interface XReferenceEntryXReferenceType of this crossreference stream entry.public long getFirstColumnValue()
XReferenceType.)getFirstColumnValue in interface XReferenceEntrypublic int compareTo(XReferenceEntry xReferenceEntry)
compareTo in interface Comparable<XReferenceEntry>xReferenceEntry - the object to be compared.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.