| Package | Description | 
|---|---|
| com.itextpdf.kernel.pdf | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfOutline | PdfOutline. addOutline(PdfOutline outline)
             Adds an  PdfOutlineas a child to existingPdfOutlineand put it to the end of the existingPdfOutlinechildren list. | 
| PdfOutline | PdfOutline. addOutline(String title)
             Adds an  PdfOutlineas a child to existingPdfOutlineand put it in the end of the existingPdfOutlinechildren list. | 
| PdfOutline | PdfOutline. addOutline(String title, int position)
             Adds a new  PdfOutlinewith specified parameters as a child to existingPdfOutlineand put it to specified position in the existingPdfOutlinechildren list. | 
| PdfOutline | PdfDocument. getOutlines(boolean updateOutlines)
             This method returns a complete outline tree of the whole document. 
            | 
| PdfOutline | PdfOutline. getParent()
             Gets parent outline. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PdfOutline> | PdfOutline. getAllChildren()
             Gets list of children outlines. 
            | 
| List<PdfOutline> | PdfPage. getOutlines(boolean updateOutlines)
             This method gets outlines of a current page 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfOutline | PdfOutline. addOutline(PdfOutline outline)
             Adds an  PdfOutlineas a child to existingPdfOutlineand put it to the end of the existingPdfOutlinechildren list. | 
Copyright © 1998–2019 iText Group NV. All rights reserved.