PDFWritable
PDFDests
, PDFEmbeddedFiles
public class PDFNameTreeNode extends PDFDictionary
entries, order
Constructor | Description |
---|---|
PDFNameTreeNode() |
create a named destination
|
Modifier and Type | Method | Description |
---|---|---|
PDFArray |
getKids() |
Returns the Kids array.
|
java.lang.String |
getLowerLimit() |
Returns the lower limit value of the Limits array.
|
PDFArray |
getNames() |
Returns the Names array.
|
java.lang.String |
getUpperLimit() |
Returns the upper limit value of the Limits array.
|
void |
setKids(PDFArray kids) |
Sets the Kids array.
|
void |
setLowerLimit(java.lang.String key) |
Sets the lower limit value of the Limits array.
|
void |
setNames(PDFArray names) |
Sets the Names array.
|
void |
setUpperLimit(java.lang.String 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 setNames(PDFArray names)
names
- the Names arraypublic PDFArray getNames()
public void setLowerLimit(java.lang.String key)
key
- the lower limit valuepublic java.lang.String getLowerLimit()
public void setUpperLimit(java.lang.String key)
key
- the upper limit valuepublic java.lang.String getUpperLimit()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.