public class PDFNumberTreeNode extends PDFDictionary
entries, order
Constructor and Description |
---|
PDFNumberTreeNode()
create a named destination
|
Modifier and Type | Method and Description |
---|---|
PDFArray |
getKids()
Returns the Kids array.
|
java.lang.Integer |
getLowerLimit()
Returns the lower limit value of the Limits array.
|
PDFNumsArray |
getNums()
Returns the Nums array.
|
java.lang.Integer |
getUpperLimit()
Returns the upper limit value of the Limits array.
|
void |
setKids(PDFArray kids)
Sets the Kids array.
|
void |
setLowerLimit(java.lang.Integer key)
Sets the lower limit value of the Limits array.
|
void |
setNums(PDFNumsArray nums)
Sets the Nums array.
|
void |
setUpperLimit(java.lang.Integer key)
Sets the upper limit value of the Limits array.
|
get, output, put, put, writeDictionary
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, outputInline, referencePDF, setDocument, setObjectNumber, setParent, toPDF, toPDFString
public void setKids(PDFArray kids)
kids
- the Kids arraypublic PDFArray getKids()
public void setNums(PDFNumsArray nums)
nums
- the Nums arraypublic PDFNumsArray getNums()
public void setLowerLimit(java.lang.Integer key)
key
- the lower limit valuepublic java.lang.Integer getLowerLimit()
public void setUpperLimit(java.lang.Integer key)
key
- the upper limit valuepublic java.lang.Integer getUpperLimit()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.