| Changed Methods |
PdfExplicitDestination
create(
PdfPage,
PdfName
,
float
,
float
,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Creates a PdfExplicitDestination associated with an object inside current PDF document. |
PdfExplicitDestination
create(
int,
PdfName
,
float
,
float
,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#create(PdfPage, PdfName, float, float, float, float, float)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#create(int, PdfName, float, float, float, float, float)} to create a destination in another PDF document instead. |
PdfExplicitDestination
createFit(
PdfPage)
|
Documentation changed from old to new. |
Creates PdfExplicitDestination. |
PdfExplicitDestination
createFit(
int)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#createFit(PdfPage)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#createFit(int)} to create a destination in another PDF document instead. |
PdfExplicitDestination
createFitB(
PdfPage)
|
Documentation changed from old to new. |
Creates PdfExplicitDestination. |
PdfExplicitDestination
createFitB(
int)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#createFitB(PdfPage)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#createFitB(int)} to create a destination in another PDF document instead. |
PdfExplicitDestination
createFitBH(
PdfPage,
float
)
|
Documentation changed from old to new. |
Creates PdfExplicitDestination. |
PdfExplicitDestination
createFitBH(
int,
float
)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#createFitBH(PdfPage, float)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#createFitBH(int, float)} to create a destination in another PDF document instead. |
PdfExplicitDestination
createFitBV(
PdfPage,
float
)
|
Documentation changed from old to new. |
Creates PdfExplicitDestination. |
PdfExplicitDestination
createFitBV(
int,
float
)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#createFitBV(PdfPage, float)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#createFitBV(int, float)} to create a destination in another PDF document instead. |
PdfExplicitDestination
createFitH(
PdfPage,
float
)
|
Documentation changed from old to new. |
Creates PdfExplicitDestination. |
PdfExplicitDestination
createFitH(
int,
float
)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#createFitH(PdfPage, float)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#createFitH(int, float)} to create a destination in another PDF document instead. |
PdfExplicitDestination
createFitR(
PdfPage,
float
,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Creates PdfExplicitDestination. |
PdfExplicitDestination
createFitR(
int,
float
,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#createFitR(PdfPage, float, float, float, float)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#createFitR(int, float, float, float, float)} to create a destination in another PDF document instead. |
PdfExplicitDestination
createFitV(
PdfPage,
float
)
|
Documentation changed from old to new. |
Creates PdfExplicitDestination. |
PdfExplicitDestination
createFitV(
int,
float
)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#createFitV(PdfPage, float)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#createFitV(int, float)} to create a destination in another PDF document instead. |
PdfExplicitDestination
createXYZ(
PdfPage,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Creates PdfExplicitDestination. |
PdfExplicitDestination
createXYZ(
int,
float
,
float
,
float
)
|
Documentation changed from old to new. |
Use {@link PdfExplicitDestination#createXYZ(PdfPage, float, float, float)} to create a destination inside current PDF document, or {@link PdfExplicitRemoteGoToDestination#createXYZ(int, float, float, float)} to create a destination in another PDF document instead. |