Generated by
JDiff

com.itextpdf.kernel.pdf.navigation Documentation Differences

This file contains all the changes in documentation in the package com.itextpdf.kernel.pdf.navigation as colored differences. Deletions are shown like this , and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.

Class PdfExplicitDestination, PdfExplicitDestination create(int, PdfName, float, float, float, float, float)

Creates a PdfExplicitDestination associated with an object in current PDF document. @param pageNum the destination page @param type a PdfName specifying one of the possible ways to define the area to be displayed. See ISO 32000-1, section 12.3.2.2 "Explicit Destinations", Table 151 # Destination syntax @param left the X coordinate of the left edge of the destination rectangle @param bottom the Y coordinate of the lower edge of the destination rectangle @param right the X coordinate of the right edge of the destination rectangle @param top the Y coordinate of the upper edge of the destination rectangle @param zoom zoom factor @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.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.
Class PdfExplicitDestination, PdfExplicitDestination createFit(int)

Creates PdfExplicitDestination. The designated page will be displayed with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. @param pageNum the destination page @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.createFit(PdfPage) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFit(int) to create a destination in another PDF document instead.
Class PdfExplicitDestination, PdfExplicitDestination createFitB(int)

Creates PdfExplicitDestination. The designated page will be displayed with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. @param pageNum the destination page @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.createFitB(PdfPage) to create a destination inside current PDF document, or PdfExplicitRemoteGoToDestination.createFitB(int) to create a destination in another PDF document instead.
Class PdfExplicitDestination, PdfExplicitDestination createFitBH(int, float)

Creates PdfExplicitDestination. The designated page will be displayed with its contents magnified just enough to fit the entire width of its bounding box within the window. @param pageNum the destination page @param top the Y coordinate of the upper edge of the destination rectangle @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.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.
Class PdfExplicitDestination, PdfExplicitDestination createFitBV(int, float)

Creates PdfExplicitDestination. The designated page will be displayed with its contents magnified just enough to fit the entire height of its bounding box within the window. @param pageNum the destination page @param left the X coordinate of the left edge of the destination rectangle @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.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.
Class PdfExplicitDestination, PdfExplicitDestination createFitH(int, float)

Creates PdfExplicitDestination. The designated page will be displayed with its contents magnified just enough to fit the entire width of the page within the window. @param pageNum the destination page @param top the Y coordinate of the upper edge of the destination rectangle @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.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.
Class PdfExplicitDestination, PdfExplicitDestination createFitR(int, float, float, float, float)

Creates PdfExplicitDestination. The designated page will be displayed with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. @param pageNum the destination page @param left the X coordinate of the left edge of the destination rectangle @param bottom the Y coordinate of the lower edge of the destination rectangle @param right the X coordinate of the right edge of the destination rectangle @param top the Y coordinate of the upper edge of the destination rectangle @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.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.
Class PdfExplicitDestination, PdfExplicitDestination createFitV(int, float)

Creates PdfExplicitDestination. The designated page will be displayed with its contents magnified just enough to fit the entire height of the page within the window. @param pageNum the destination page @param left the X coordinate of the left edge of the destination rectangle @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.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.
Class PdfExplicitDestination, PdfExplicitDestination createXYZ(int, float, float, float)

Creates PdfExplicitDestination. The designated page will be displayed with its contents magnified by the factor zoom and positioned at the upper-left corner of the window. @param pageNum the destination page @param left the X coordinate of the left edge of the destination rectangle @param top the Y coordinate of the upper edge of the destination rectangle @param zoom zoom factor @return newly created PdfExplicitDestination @deprecated Use PdfExplicitDestination.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.