|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPdfObjectContainer
com.crionics.jpdf.outline.Outline
public class Outline
This object allows the creation of an outline prior to its insertion in a document.
| Method Summary | |
|---|---|
void |
addItem(AbstractOutlineItem item)
Adds an Item and all its tree to the current tree present in this outline. |
AbstractOutlineItem |
getItemFromTitle(java.lang.String title)
Returns the first Outline item with the requested title |
AbstractOutlineItem |
getRootItem()
Returns the first Item present in this outline. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addItem(AbstractOutlineItem item)
throws PdfException,
java.io.IOException
item -
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public AbstractOutlineItem getItemFromTitle(java.lang.String title)
throws PdfException,
java.io.IOException
title - The title to search for
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
public AbstractOutlineItem getRootItem()
throws PdfException,
java.io.IOException
PdfException - If a problem occured while parsing the document.
java.io.IOException - If a problem occured while parsing the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||