Uses of Class
com.aowagie.text.pdf.PdfOutline
-
Packages that use PdfOutline Package Description com.aowagie.text.pdf -
-
Uses of PdfOutline in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfOutline Modifier and Type Field Description private PdfOutlinePdfDocument. currentOutlineThis is the currentPdfOutlinein the hierarchy of outlines.private PdfOutlinePdfOutline. parentvalue of the Parent-keyprivate PdfOutlinePdfDocument. rootOutlineThis is the root outline of the document.Methods in com.aowagie.text.pdf that return PdfOutline Modifier and Type Method Description PdfOutlinePdfContentByte. getRootOutline()Gets the root outline.PdfOutlinePdfDocument. getRootOutline()Gets the root outline.PdfOutlinePdfWriter. getRootOutline()Use this method to get the root outline and construct bookmarks.PdfOutlinePdfOutline. parent()Gets the parent of thisPdfOutline.Methods in com.aowagie.text.pdf with parameters of type PdfOutline Modifier and Type Method Description voidPdfOutline. addKid(PdfOutline outline)Adds a kid to the outline(package private) voidPdfDocument. addOutline(PdfOutline outline, java.lang.String name)Adds a named outline to the document .(package private) voidPdfOutline. initOutline(PdfOutline parent, java.lang.String title, boolean open)Helper for the constructors.private voidPdfDocument. outlineTree(PdfOutline outline)Recursive method used to write outlines.private voidPdfDocument. traverseOutlineCount(PdfOutline outline)Recursive method to update the count in the outlines.Constructors in com.aowagie.text.pdf with parameters of type PdfOutline Constructor Description PdfOutline(PdfOutline parent, PdfAction action, Paragraph title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, Paragraph title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, PdfString title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, PdfString title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, java.lang.String title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, java.lang.String title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, Paragraph title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, Paragraph title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, PdfString title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, java.lang.String title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, java.lang.String title, boolean open)Constructs aPdfOutline.
-