| Package | Description |
|---|---|
| com.aowagie.text.pdf |
| Modifier and Type | Method and Description |
|---|---|
PdfOutline |
PdfWriter.getRootOutline()
Use this method to get the root outline
and construct bookmarks.
|
PdfOutline |
PdfContentByte.getRootOutline()
Gets the root outline.
|
PdfOutline |
PdfOutline.parent()
Gets the parent of this
PdfOutline. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfOutline.addKid(PdfOutline outline)
Adds a kid to the outline
|
| Constructor and Description |
|---|
PdfOutline(PdfOutline parent,
PdfAction action,
Paragraph title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
Paragraph title,
boolean open)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
PdfString title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
PdfString title,
boolean open)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
String title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfAction action,
String title,
boolean open)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfDestination destination,
Paragraph title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfDestination destination,
Paragraph title,
boolean open)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfDestination destination,
PdfString title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfDestination destination,
PdfString title,
boolean open)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfDestination destination,
String title)
Constructs a
PdfOutline. |
PdfOutline(PdfOutline parent,
PdfDestination destination,
String title,
boolean open)
Constructs a
PdfOutline. |
Copyright © 2021. All rights reserved.