public class PDStructureElementNameTreeNode extends PDNameTreeNode<PDStructureElement>
| Constructor and Description | 
|---|
PDStructureElementNameTreeNode()
Constructor. 
 | 
PDStructureElementNameTreeNode(COSDictionary dic)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected PDStructureElement | 
convertCOSToPD(COSBase base)
Method to convert the COS value in the name tree to the PD Model object. 
 | 
protected PDNameTreeNode<PDStructureElement> | 
createChildNode(COSDictionary dic)
Create a child node object. 
 | 
getCOSObject, getKids, getLowerLimit, getNames, getParent, getUpperLimit, getValue, isRootNode, setKids, setNames, setParentpublic PDStructureElementNameTreeNode()
public PDStructureElementNameTreeNode(COSDictionary dic)
dic - The COS dictionary.protected PDStructureElement convertCOSToPD(COSBase base) throws IOException
PDNameTreeNodeconvertCOSToPD in class PDNameTreeNode<PDStructureElement>base - The COS object to convert.IOException - If there is an error during creation.protected PDNameTreeNode<PDStructureElement> createChildNode(COSDictionary dic)
PDNameTreeNodecreateChildNode in class PDNameTreeNode<PDStructureElement>dic - The dictionary for the child node object to refer to.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.