PDFWritable
PDFPageLabels
, PDFParentTree
public class PDFNumberTreeNode extends PDFDictionary
entries, order
Constructor | Description |
---|---|
PDFNumberTreeNode() |
create a named destination
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
addToNums(int num,
java.lang.Object object) |
Adds a number and object to the nums array and increases the
upper limit should it be required.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, 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()
protected void addToNums(int num, java.lang.Object object)
num
- The unique number identifying the object in the arrayobject
- The object being addedCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.