static PdfExplicitDestination |
PdfExplicitDestination.create(int pageNum, PdfName type, float left, float bottom, float right, float top, float zoom) |
static PdfExplicitDestination |
PdfExplicitDestination.create(PdfPage page, PdfName type, float left, float bottom, float right, float top, float zoom) |
static PdfExplicitDestination |
PdfExplicitDestination.createFit(int pageNum) |
static PdfExplicitDestination |
PdfExplicitDestination.createFit(PdfPage page) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitB(int pageNum) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitB(PdfPage page) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBH(int pageNum, float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBH(PdfPage page, float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBV(int pageNum, float left) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitBV(PdfPage page, float left) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitH(int pageNum, float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitH(PdfPage page, float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitR(int pageNum, float left, float bottom, float right, float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitR(PdfPage page, float left, float bottom, float right, float top) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitV(int pageNum, float left) |
static PdfExplicitDestination |
PdfExplicitDestination.createFitV(PdfPage page, float left) |
static PdfExplicitDestination |
PdfExplicitDestination.createXYZ(int pageNum, float left, float top, float zoom) |
static PdfExplicitDestination |
PdfExplicitDestination.createXYZ(PdfPage page, float left, float top, float zoom) |