| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.navigation |
| Modifier and Type | Method and Description |
|---|---|
static PdfExplicitDestination |
PdfExplicitDestination.create(int pageNum,
PdfName type,
float left,
float bottom,
float right,
float top,
float zoom)
Deprecated.
|
static PdfExplicitDestination |
PdfExplicitDestination.create(PdfPage page,
PdfName type,
float left,
float bottom,
float right,
float top,
float zoom) |
static PdfExplicitDestination |
PdfExplicitDestination.createFit(int pageNum)
Deprecated.
Use
PdfExplicitRemoteGoToDestination.createFit(int) instead. |
static PdfExplicitDestination |
PdfExplicitDestination.createFit(PdfPage page) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitB(int pageNum)
Deprecated.
Use
PdfExplicitRemoteGoToDestination.createFitB(int) instead. |
static PdfExplicitDestination |
PdfExplicitDestination.createFitB(PdfPage page) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBH(int pageNum,
float top)
Deprecated.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitBH(PdfPage page,
float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBV(int pageNum,
float left)
Deprecated.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitBV(PdfPage page,
float left) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitH(int pageNum,
float top)
Deprecated.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitH(PdfPage page,
float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitR(int pageNum,
float left,
float bottom,
float right,
float top)
Deprecated.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitR(PdfPage page,
float left,
float bottom,
float right,
float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitV(int pageNum,
float left)
Deprecated.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitV(PdfPage page,
float left) |
static PdfExplicitDestination |
PdfExplicitDestination.createXYZ(int pageNum,
float left,
float top,
float zoom)
Deprecated.
|
static PdfExplicitDestination |
PdfExplicitDestination.createXYZ(PdfPage page,
float left,
float top,
float zoom) |
Copyright © 1998–2020 iText Group NV. All rights reserved.