public final class ArrayPathItem extends LocalPathItem
ObjectPath
, which describes transition to the PdfArray
element which is now a currently comparing direct object.
Constructor and Description |
---|
ArrayPathItem(int index)
Creates an instance of the ArrayPathItem .
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getIndex()
The index which defines element of the PdfArray to which the transition was performed.
|
int |
hashCode() |
String |
toString() |
protected Node |
toXmlNode(Document document)
Creates an xml node that describes this direct path item.
|
public ArrayPathItem(int index)
ArrayPathItem
.
index
- the index which defines element of the PdfArray
to which the transition was performed.
public int getIndex()
PdfArray
to which the transition was performed. See ArrayPathItem
for more info.
protected Node toXmlNode(Document document)
LocalPathItem
toXmlNode
in class LocalPathItem
document
- xml document, to which this xml node will be added.
Copyright © 1998–2022 iText Group NV. All rights reserved.