org.pdfbox.pdmodel.interactive.documentnavigation.outline
Class PDDocumentOutline

java.lang.Object
  extended byorg.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode
      extended byorg.pdfbox.pdmodel.interactive.documentnavigation.outline.PDDocumentOutline
All Implemented Interfaces:
COSObjectable

public class PDDocumentOutline
extends PDOutlineNode

This represents an outline in a pdf document.

Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Field Summary
 
Fields inherited from class org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode
node
 
Constructor Summary
PDDocumentOutline()
          Default Constructor.
PDDocumentOutline(COSDictionary dic)
          Constructor for an existing document outline.
 
Methods inherited from class org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode
appendChild, closeNode, getCOSDictionary, getCOSObject, getFirstChild, getLastChild, getOpenCount, getParent, isNodeOpen, openNode, setFirstChild, setLastChild, setOpenCount, setParent, updateParentOpenCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDDocumentOutline

public PDDocumentOutline()
Default Constructor.


PDDocumentOutline

public PDDocumentOutline(COSDictionary dic)
Constructor for an existing document outline.

Parameters:
dic - The storage dictionary.