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