Uses of Class
com.lowagie.text.pdf.PdfOutline
-
Packages that use PdfOutline Package Description com.lowagie.text.pdf -
-
Uses of PdfOutline in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfOutline Modifier and Type Field Description protected PdfOutlinePdfDocument. currentOutlineThis is the currentPdfOutlinein the hierarchy of outlines.protected PdfOutlinePdfDocument. rootOutlineThis is the root outline of the document.Fields in com.lowagie.text.pdf with type parameters of type PdfOutline Modifier and Type Field Description protected List<PdfOutline>PdfOutline. kidsMethods in com.lowagie.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.lowagie.text.pdf that return types with arguments of type PdfOutline Modifier and Type Method Description List<PdfOutline>PdfOutline. getKids()Returns the kids of this outlineMethods in com.lowagie.text.pdf with parameters of type PdfOutline Modifier and Type Method Description PdfIndirectReferencePdfCopy. add(PdfOutline outline)voidPdfOutline. addKid(PdfOutline outline)Adds a kid to the outlinevoidPdfContentByte. addOutline(PdfOutline outline, String name)Adds a named outline to the document.Method parameters in com.lowagie.text.pdf with type arguments of type PdfOutline Modifier and Type Method Description voidPdfOutline. setKids(List<PdfOutline> kids)Sets the kids of this outlineConstructors in com.lowagie.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, 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.
-