Package | Description |
---|---|
com.itextpdf.kernel.pdf | |
com.itextpdf.kernel.pdf.layer | |
com.itextpdf.kernel.utils |
Modifier and Type | Field and Description |
---|---|
protected PdfIndirectReference |
PdfObject.indirectReference
If object is flushed the indirect reference is kept here.
|
Modifier and Type | Method and Description |
---|---|
PdfIndirectReference |
PdfDocument.createNextIndirectReference()
Creates next available indirect reference.
|
PdfIndirectReference |
PdfObject.getIndirectReference()
Gets the indirect reference associated with the object.
|
protected PdfIndirectReference |
PdfIndirectReference.setState(short state)
Sets special states of current object.
|
Modifier and Type | Method and Description |
---|---|
List<PdfIndirectReference> |
PdfDocument.listIndirectReferences()
Gets static copy of cross reference table.
|
Modifier and Type | Method and Description |
---|---|
protected static int |
PdfWriter.calculateIndRefKey(PdfIndirectReference indRef)
Deprecated.
|
int |
PdfIndirectReference.compareTo(PdfIndirectReference o) |
PdfString |
PdfString.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfStream |
PdfStream.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfObject |
PdfPrimitiveObject.makeIndirect(PdfDocument document, PdfIndirectReference reference) |
PdfObjectWrapper<T> |
PdfObjectWrapper.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object behind wrapper to be saved as indirect.
|
PdfObject |
PdfObject.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfNumber |
PdfNumber.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfNull |
PdfNull.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfName |
PdfName.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfDictionary |
PdfDictionary.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfBoolean |
PdfBoolean.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
PdfArray |
PdfArray.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
protected PdfObject |
PdfReader.readObject(PdfIndirectReference reference) |
PdfObject |
PdfPrimitiveObject.setIndirectReference(PdfIndirectReference indirectReference) |
protected PdfObject |
PdfObject.setIndirectReference(PdfIndirectReference indirectReference) |
Modifier and Type | Method and Description |
---|---|
PdfIndirectReference |
PdfLayerMembership.getIndirectReference() |
PdfIndirectReference |
PdfLayer.getIndirectReference()
Gets the indirect reference to the current layer object.
|
PdfIndirectReference |
IPdfOCG.getIndirectReference()
Gets the PdfIndirectReference that represents this layer.
|
Modifier and Type | Field and Description |
---|---|
protected PdfIndirectReference |
CompareTool.ObjectPath.baseCmpObject |
protected PdfIndirectReference |
CompareTool.ObjectPath.baseOutObject |
Modifier and Type | Method and Description |
---|---|
PdfIndirectReference |
CompareTool.ObjectPath.getBaseCmpObject() |
PdfIndirectReference |
CompareTool.ObjectPath.getBaseOutObject() |
PdfIndirectReference |
CompareTool.ObjectPath.IndirectPathItem.getCmpObject() |
PdfIndirectReference |
CompareTool.ObjectPath.IndirectPathItem.getOutObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
CompareTool.ObjectPath.isComparing(PdfIndirectReference cmpObject, PdfIndirectReference outObject)
This method is used to define if given objects were already met in the path to the current base objects.
|
CompareTool.ObjectPath |
CompareTool.ObjectPath.resetDirectPath(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject)
Creates a new ObjectPath instance with two new given base objects, which are supposed to be nested in the base objects of the current instance of the ObjectPath.
|
Constructor and Description |
---|
IndirectPathItem(PdfIndirectReference cmpObject, PdfIndirectReference outObject)
Creates IndirectPathItem instance for two corresponding objects from two comparing documents.
|
ObjectPath(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject)
Creates ObjectPath with corresponding base objects in two documents.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.