Uses of Class
org.ujac.print.TocItem

Packages that use TocItem
org.ujac.print   
 

Uses of TocItem in org.ujac.print
 

Methods in org.ujac.print that return TocItem
protected  TocItem DocumentHandler.flushTocChapter(com.lowagie.text.pdf.PdfWriter writer, float verticalPosition)
          Processes the next unnumbered TOC chapter.
protected  TocItem DocumentHandler.flushTocSection(com.lowagie.text.pdf.PdfWriter writer, float verticalPosition)
          Processes the next unnumbered TOC section.
 

Methods in org.ujac.print with parameters of type TocItem
 void IndexItem.addTocItem(TocItem tocItem)
          Adds a single TOC item.
 void DocumentHandler.addTocItem(TocItem tocItem)
          Adds a TOC item.
 

Constructors in org.ujac.print with parameters of type TocItem
IndexItem(int level, String title, TocItem tocItem)
          Constructs a TocItem instance with specific attributes.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.