org.apache.pdfbox.pdmodel
public class PDDestinationNameTreeNode extends PDNameTreeNode
Constructor and Description |
---|
PDDestinationNameTreeNode()
Constructor.
|
PDDestinationNameTreeNode(COSDictionary dic)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
convertCOSToPD(COSBase base)
Method to convert the COS value in the name tree to the PD Model object.
|
protected PDNameTreeNode |
createChildNode(COSDictionary dic)
Create a child node object.
|
getCOSDictionary, getCOSObject, getKids, getLowerLimit, getNames, getUpperLimit, getValue, setKids, setNames
public PDDestinationNameTreeNode()
public PDDestinationNameTreeNode(COSDictionary dic)
dic
- The COS dictionary.protected java.lang.Object convertCOSToPD(COSBase base) throws java.io.IOException
convertCOSToPD
in class PDNameTreeNode
base
- The COS object to convert.java.io.IOException
- If there is an error during creation.protected PDNameTreeNode createChildNode(COSDictionary dic)
createChildNode
in class PDNameTreeNode
dic
- The dictionary for the child node object to refer to.