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