| Package | Description |
|---|---|
| com.itextpdf.text.pdf |
| Modifier and Type | Field | Description |
|---|---|---|
protected PdfOutline |
PdfDocument.currentOutline |
This is the current
PdfOutline in the hierarchy of outlines. |
protected PdfOutline |
PdfDocument.rootOutline |
This is the root outline of the document.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ArrayList<PdfOutline> |
PdfOutline.kids |
| Modifier and Type | Method | Description |
|---|---|---|
PdfOutline |
PdfContentByte.getRootOutline() |
Gets the root outline.
|
PdfOutline |
PdfDocument.getRootOutline() |
Gets the root outline.
|
PdfOutline |
PdfWriter.getRootOutline() |
Use this method to get the root outline
and construct bookmarks.
|
PdfOutline |
PdfOutline.parent() |
Gets the parent of this
PdfOutline. |
| Modifier and Type | Method | Description |
|---|---|---|
ArrayList<PdfOutline> |
PdfOutline.getKids() |
Returns the kids of this outline
|
| Modifier and Type | Method | Description |
|---|---|---|
PdfIndirectReference |
PdfCopy.add(PdfOutline outline) |
|
void |
PdfOutline.addKid(PdfOutline outline) |
Adds a kid to the outline
|
void |
PdfContentByte.addOutline(PdfOutline outline,
String name) |
Adds a named outline to the document.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PdfOutline.setKids(ArrayList<PdfOutline> kids) |
Sets the kids of this outline
|
| Constructor | 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 © 2018. All rights reserved.