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.
Use
create(PdfPage, PdfName, float, float, float, float, float) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.create(int, PdfName, float, float, float, float, float) to create a destination in another PDF document instead.
|
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(int pageNum)
Deprecated.
Use
createFit(PdfPage) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFit(int) to create a destination in another PDF document instead.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFit(PdfPage page)
Creates PdfExplicitDestination .
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitB(int pageNum)
Deprecated.
Use
createFitB(PdfPage) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFitB(int) to create a destination in another PDF document instead.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitB(PdfPage page)
Creates PdfExplicitDestination .
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitBH(int pageNum, float top)
Deprecated.
Use
createFitBH(PdfPage, float) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFitBH(int, float) to create a destination in another PDF document instead.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitBH(PdfPage page, float top)
Creates PdfExplicitDestination .
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitBV(int pageNum, float left)
Deprecated.
Use
createFitBV(PdfPage, float) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFitBV(int, float) to create a destination in another PDF document instead.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitBV(PdfPage page, float left)
Creates PdfExplicitDestination .
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitH(int pageNum, float top)
Deprecated.
Use
createFitH(PdfPage, float) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFitH(int, float) to create a destination in another PDF document instead.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitH(PdfPage page, float top)
Creates PdfExplicitDestination .
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitR(int pageNum, float left, float bottom, float right, float top)
Deprecated.
Use
createFitR(PdfPage, float, float, float, float) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFitR(int, float, float, float, float) to create a destination in another PDF document instead.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitR(PdfPage page, float left, float bottom, float right, float top)
Creates PdfExplicitDestination .
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitV(int pageNum, float left)
Deprecated.
Use
createFitV(PdfPage, float) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFitV(int, float) to create a destination in another PDF document instead.
|
static PdfExplicitDestination |
PdfExplicitDestination.createFitV(PdfPage page, float left)
Creates PdfExplicitDestination .
|
static PdfExplicitDestination |
PdfExplicitDestination.createXYZ(int pageNum, float left, float top, float zoom)
Deprecated.
Use
createXYZ(PdfPage, float, float, float) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createXYZ(int, float, float, float) to create a destination in another PDF document instead.
|
static PdfExplicitDestination |
PdfExplicitDestination.createXYZ(PdfPage page, float left, float top, float zoom)
Creates PdfExplicitDestination .
|
Copyright © 1998–2023 iText Group NV. All rights reserved.