Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfOutline
-
Packages that use PdfOutline Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfOutline in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfOutline Modifier and Type Field Description private PdfOutline
PdfDocument. currentOutline
This is the currentPdfOutline
in the hierarchy of outlines.private PdfOutline
PdfOutline. parent
value of the Parent-keyprivate PdfOutline
PdfDocument. rootOutline
This is the root outline of the document.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfOutline Modifier and Type Method Description PdfOutline
PdfContentByte. getRootOutline()
Gets the root outline.PdfOutline
PdfDocument. getRootOutline()
Gets the root outline.PdfOutline
PdfWriter. getRootOutline()
Gets the root outline.PdfOutline
PdfOutline. parent()
Gets the parent of thisPdfOutline
.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfOutline Modifier and Type Method Description PdfIndirectReference
PdfCopy. add(PdfOutline outline)
void
PdfOutline. addKid(PdfOutline outline)
Adds a kid to the outlinevoid
PdfContentByte. addOutline(PdfOutline outline)
Deprecated.not needed anymore.void
PdfContentByte. addOutline(PdfOutline outline, java.lang.String name)
Adds a named outline to the document.(package private) void
PdfDocument. addOutline(PdfOutline outline, java.lang.String name)
Adds a named outline to the document .(package private) void
PdfOutline. initOutline(PdfOutline parent, java.lang.String title, boolean open)
Helper for the constructors.(package private) void
PdfDocument. outlineTree(PdfOutline outline)
(package private) void
PdfDocument. traverseOutlineCount(PdfOutline outline)
Constructors in com.gitlab.pdftk_java.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, 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
.
-