org.pdfbox.pdmodel

Class PDEmbeddedFilesNameTreeNode

Implemented Interfaces:
COSObjectable

public class PDEmbeddedFilesNameTreeNode
extends PDNameTreeNode

This class holds all of the name trees that are available at the document level.
Version:
$Revision: 1.3 $
Author:
Ben Litchfield

Constructor Summary

PDEmbeddedFilesNameTreeNode()
Constructor.
PDEmbeddedFilesNameTreeNode(COSDictionary dic)
Constructor.

Method Summary

protected Object
convertCOSToPD(COSBase base)
protected PDNameTreeNode
createChildNode(COSDictionary dic)

Methods inherited from class org.pdfbox.pdmodel.common.PDNameTreeNode

convertCOSToPD, createChildNode, getCOSDictionary, getCOSObject, getKids, getLowerLimit, getNames, getUpperLimit, getValue, setKids, setNames

Constructor Details

PDEmbeddedFilesNameTreeNode

public PDEmbeddedFilesNameTreeNode()
Constructor.

PDEmbeddedFilesNameTreeNode

public PDEmbeddedFilesNameTreeNode(COSDictionary dic)
Constructor.
Parameters:
dic - The COS dictionary.

Method Details

convertCOSToPD

protected Object convertCOSToPD(COSBase base)
            throws IOException
Overrides:
convertCOSToPD in interface PDNameTreeNode

createChildNode

protected PDNameTreeNode createChildNode(COSDictionary dic)
Overrides:
createChildNode in interface PDNameTreeNode