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