Uses of Class
com.lowagie.text.pdf.PdfOutline
Packages that use PdfOutline
-
Uses of PdfOutline in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfOutlineModifier and TypeFieldDescriptionprotected PdfOutline
PdfDocument.currentOutline
This is the currentPdfOutline
in the hierarchy of outlines.private PdfOutline
PdfOutline.parent
value of the Parent-keyprotected PdfOutline
PdfDocument.rootOutline
This is the root outline of the document.Fields in com.lowagie.text.pdf with type parameters of type PdfOutlineMethods in com.lowagie.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 com.lowagie.text.pdf that return types with arguments of type PdfOutlineMethods in com.lowagie.text.pdf with parameters of type PdfOutlineModifier and TypeMethodDescriptionPdfCopy.add
(PdfOutline outline) void
PdfOutline.addKid
(PdfOutline outline) Adds a kid to the outlinevoid
PdfContentByte.addOutline
(PdfOutline outline, String name) Adds a named outline to the document.(package private) void
PdfDocument.addOutline
(PdfOutline outline, String name) Adds a named outline to the document .(package private) void
PdfOutline.initOutline
(PdfOutline parent, String title, boolean open) Helper for the constructors.(package private) void
PdfDocument.outlineTree
(PdfOutline outline) Recursive method used to write outlines.(package private) void
PdfDocument.traverseOutlineCount
(PdfOutline outline) Recursive method to update the count in the outlines.Method parameters in com.lowagie.text.pdf with type arguments of type PdfOutlineModifier and TypeMethodDescriptionvoid
PdfOutline.setKids
(List<PdfOutline> kids) Sets the kids of this outlineConstructors in com.lowagie.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
.