public class PDFNameTreeNode extends PDFDictionary
entries, order
Constructor and Description |
---|
PDFNameTreeNode()
create a named destination
|
Modifier and Type | Method and Description |
---|---|
PDFArray |
getKids()
Returns the Kids array.
|
String |
getLowerLimit()
Returns the lower limit value of the Limits array.
|
PDFArray |
getNames()
Returns the Names array.
|
String |
getUpperLimit()
Returns the upper limit value of the Limits array.
|
void |
setKids(PDFArray kids)
Sets the Kids array.
|
void |
setLowerLimit(String key)
Sets the lower limit value of the Limits array.
|
void |
setNames(PDFArray names)
Sets the Names array.
|
void |
setUpperLimit(String key)
Sets the upper limit value of the Limits array.
|
containsKey, get, getChildren, getChildren, keySet, output, put, put, remove, writeDictionary
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, setParent, supportsObjectStream, toPDF, toPDFString
public void setKids(PDFArray kids)
kids
- the Kids arraypublic PDFArray getKids()
public void setNames(PDFArray names)
names
- the Names arraypublic PDFArray getNames()
public void setLowerLimit(String key)
key
- the lower limit valuepublic String getLowerLimit()
public void setUpperLimit(String key)
key
- the upper limit valuepublic String getUpperLimit()
Copyright © 2025 Apache Software Foundation. All rights reserved.