| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.navigation |
| Modifier and Type | Method and Description |
|---|---|
static PdfExplicitDestination |
PdfExplicitDestination.create(PdfPage page,
PdfName type,
float left,
float bottom,
float right,
float top,
float zoom)
Creates a
PdfExplicitDestination associated with an object inside current PDF document. |
static PdfExplicitDestination |
PdfExplicitDestination.createFit(PdfPage page)
Creates
PdfExplicitDestination. |
static PdfExplicitDestination |
PdfExplicitDestination.createFitB(PdfPage page)
Creates
PdfExplicitDestination. |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBH(PdfPage page,
float top)
Creates
PdfExplicitDestination. |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBV(PdfPage page,
float left)
Creates
PdfExplicitDestination. |
static PdfExplicitDestination |
PdfExplicitDestination.createFitH(PdfPage page,
float top)
Creates
PdfExplicitDestination. |
static PdfExplicitDestination |
PdfExplicitDestination.createFitR(PdfPage page,
float left,
float bottom,
float right,
float top)
Creates
PdfExplicitDestination. |
static PdfExplicitDestination |
PdfExplicitDestination.createFitV(PdfPage page,
float left)
Creates
PdfExplicitDestination. |
static PdfExplicitDestination |
PdfExplicitDestination.createXYZ(PdfPage page,
float left,
float top,
float zoom)
Creates
PdfExplicitDestination. |
Copyright © 1998–2022 iText Group NV. All rights reserved.