Uses of Class
com.aowagie.text.pdf.PdfOutline
Packages that use PdfOutline
-
Uses of PdfOutline in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfOutlineModifier and TypeMethodDescriptionPdfContentByte.getRootOutline()Gets the root outline.PdfWriter.getRootOutline()Use this method to get the root outline and construct bookmarks.PdfOutline.parent()Gets the parent of thisPdfOutline.Methods in com.aowagie.text.pdf with parameters of type PdfOutlineModifier and TypeMethodDescriptionvoidPdfOutline.addKid(PdfOutline outline) Adds a kid to the outlineConstructors in com.aowagie.text.pdf with parameters of type PdfOutlineModifierConstructorDescriptionPdfOutline(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, String title) Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, 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, String title) Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, String title, boolean open) Constructs aPdfOutline.