Package | Description |
---|---|
com.itextpdf.kernel.pdf |
Modifier and Type | Method and Description |
---|---|
PdfOutline |
PdfOutline.addOutline(PdfOutline outline)
Adds an PdfOutline as a child to existing PdfOutline and put it to the end of the existing PdfOutline children list.
|
PdfOutline |
PdfOutline.addOutline(String title)
Adds an PdfOutline as a child to existing PdfOutline and put it in the end of the existing PdfOutline children list.
|
PdfOutline |
PdfOutline.addOutline(String title, int position)
Adds a new PdfOutline with specified parameters as a child to existing PdfOutline and put it to specified position in the existing PdfOutline children 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 PdfOutline as a child to existing PdfOutline and put it to the end of the existing PdfOutline children list.
|
Constructor and Description |
---|
PdfOutline(String title, PdfDictionary content, PdfOutline parent)
Deprecated.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.