| Package | Description |
|---|---|
| com.aowagie.text.pdf |
| Modifier and Type | Method and Description |
|---|---|
PdfDestination |
PdfOutline.getPdfDestination()
Gets the destination for this outline.
|
| Constructor and Description |
|---|
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.