Uses of Class
com.itextpdf.kernel.pdf.PdfOutline
Packages that use PdfOutline
-
Uses of PdfOutline in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfOutlineModifier and TypeMethodDescriptionPdfOutline.addOutline
(PdfOutline outline) Adds anPdfOutline
as a child to existingPdfOutline
and put it to the end of the existingPdfOutline
children list.PdfOutline.addOutline
(String title) Adds anPdfOutline
as a child to existingPdfOutline
and put it in the end of the existingPdfOutline
children list.PdfOutline.addOutline
(String title, int position) Adds a newPdfOutline
with specified parameters as a child to existingPdfOutline
and put it to specified position in the existingPdfOutline
children list.PdfDocument.getOutlines
(boolean updateOutlines) This method returns a complete outline tree of the whole document.PdfOutline.getParent()
Gets parent outline.Methods in com.itextpdf.kernel.pdf that return types with arguments of type PdfOutlineModifier and TypeMethodDescriptionPdfOutline.getAllChildren()
Gets list of children outlines.PdfPage.getOutlines
(boolean updateOutlines) This method gets outlines of a current pageMethods in com.itextpdf.kernel.pdf with parameters of type PdfOutlineModifier and TypeMethodDescriptionPdfOutline.addOutline
(PdfOutline outline) Adds anPdfOutline
as a child to existingPdfOutline
and put it to the end of the existingPdfOutline
children list.