Uses of Class
org.openpdf.text.pdf.PdfOutline
Packages that use PdfOutline
-
Uses of PdfOutline in org.openpdf.pdf
Methods in org.openpdf.pdf with parameters of type PdfOutlineModifier and TypeMethodDescriptionprivate voidITextOutputDevice.writeBookmark(RenderingContext c, Box root, PdfOutline parent, ITextOutputDevice.Bookmark bookmark) private voidITextOutputDevice.writeBookmarks(RenderingContext c, Box root, PdfOutline parent, List<ITextOutputDevice.Bookmark> bookmarks) -
Uses of PdfOutline in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as PdfOutlineModifier and TypeFieldDescriptionprotected PdfOutlinePdfDocument.currentOutlineThis is the currentPdfOutlinein the hierarchy of outlines.private PdfOutlinePdfOutline.parentvalue of the Parent-keyprotected PdfOutlinePdfDocument.rootOutlineThis is the root outline of the document.Fields in org.openpdf.text.pdf with type parameters of type PdfOutlineMethods in org.openpdf.text.pdf that return PdfOutlineModifier and TypeMethodDescriptionPdfContentByte.getRootOutline()Gets the root outline.PdfDocument.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 org.openpdf.text.pdf that return types with arguments of type PdfOutlineMethods in org.openpdf.text.pdf with parameters of type PdfOutlineModifier and TypeMethodDescriptionvoidPdfOutline.addKid(PdfOutline outline) Adds a kid to the outlinevoidPdfContentByte.addOutline(PdfOutline outline, String name) Adds a named outline to the document.(package private) voidPdfDocument.addOutline(PdfOutline outline, String name) Adds a named outline to the document .(package private) voidPdfOutline.initOutline(PdfOutline parent, String title, boolean open) Helper for the constructors.(package private) voidPdfDocument.outlineTree(PdfOutline outline) Recursive method used to write outlines.(package private) voidPdfDocument.traverseOutlineCount(PdfOutline outline) Recursive method to update the count in the outlines.Method parameters in org.openpdf.text.pdf with type arguments of type PdfOutlineModifier and TypeMethodDescriptionvoidPdfOutline.setKids(List<PdfOutline> kids) Sets the kids of this outlineConstructors in org.openpdf.text.pdf with parameters of type PdfOutlineModifierConstructorDescriptionPdfOutline(PdfOutline parent, PdfAction action, String title) Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, String title, boolean open) Constructs aPdfOutline.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, PdfDestination destination, String title) Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, 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.