|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.common.PDNameTreeNode
org.apache.pdfbox.pdmodel.PDDestinationNameTreeNode
public class PDDestinationNameTreeNode
This class holds all of the name trees that are available at the document level.
| Constructor Summary | |
|---|---|
PDDestinationNameTreeNode()
Constructor. |
|
PDDestinationNameTreeNode(COSDictionary dic)
Constructor. |
|
| Method Summary | |
|---|---|
protected COSObjectable |
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. |
| Methods inherited from class org.apache.pdfbox.pdmodel.common.PDNameTreeNode |
|---|
getCOSDictionary, getCOSObject, getKids, getLowerLimit, getNames, getParent, getUpperLimit, getValue, isRootNode, setKids, setNames, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDDestinationNameTreeNode()
public PDDestinationNameTreeNode(COSDictionary dic)
dic - The COS dictionary.| Method Detail |
|---|
protected COSObjectable convertCOSToPD(COSBase base)
throws IOException
convertCOSToPD in class PDNameTreeNodebase - The COS object to convert.
IOException - If there is an error during creation.protected PDNameTreeNode createChildNode(COSDictionary dic)
createChildNode in class PDNameTreeNodedic - The dictionary for the child node object to refer to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||