Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Field and Description |
---|---|
PdfDestination |
PdfDocument.Destination.destination |
Modifier and Type | Method and Description |
---|---|
PdfDestination |
PdfOutline.getPdfDestination()
Gets the destination for this outline.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfWriter.addNamedDestination(java.lang.String name,
int page,
PdfDestination dest)
Adds one named destination.
|
static PdfAnnotation |
PdfAnnotation.createLink(PdfWriter writer,
Rectangle rect,
PdfName highlight,
int page,
PdfDestination dest)
Creates an Annotation with a PdfDestination.
|
static PdfAction |
PdfAction.gotoLocalPage(int page,
PdfDestination dest,
PdfWriter writer)
Creates a GoTo action to an internal page.
|
boolean |
PdfContentByte.localDestination(java.lang.String name,
PdfDestination destination)
The local destination to where a local goto with the same
name will jump.
|
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,
java.lang.String title)
Constructs a
PdfOutline . |
PdfOutline(PdfOutline parent,
PdfDestination destination,
java.lang.String title,
boolean open)
Constructs a
PdfOutline . |
Copyright © 2013. All Rights Reserved.