com.crionics.jpdf.outline
Class OutlineItemBasic

java.lang.Object
  extended by PdfObjectContainer
      extended by com.crionics.jpdf.outline.AbstractOutlineItem
          extended by com.crionics.jpdf.outline.OutlineItemBasic

public class OutlineItemBasic
extends AbstractOutlineItem

An Outline Item which does not have any interactive feature with a PDF viewer, but can be used as a separator in the outline view. See the class AbstractOutlineItemfor a description of Outline Items.


Method Summary
static OutlineItemBasic createInstance(PdfDocument doc)
           
 
Methods inherited from class com.crionics.jpdf.outline.AbstractOutlineItem
addAfter, addBelow, addChild, addNext, equals, equals, getChild, getFirst, getLast, getNext, getPageIndex, getPageIndex, getParent, getPrev, getTitle, hasChild, hasNext, removeFromTree, setTitle
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createInstance

public static OutlineItemBasic createInstance(PdfDocument doc)
                                       throws PdfException,
                                              java.io.IOException
Throws:
PdfException
java.io.IOException


Copyright © 1999-2007 Crionics. All Rights Reserved.