public class PdfExplicitRemoteGoToDestination extends PdfDestination
PdfExplicitDestination
class instead.
Constructor and Description |
---|
PdfExplicitRemoteGoToDestination() |
PdfExplicitRemoteGoToDestination(PdfArray pdfObject) |
makeDestination
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfExplicitRemoteGoToDestination()
public PdfExplicitRemoteGoToDestination(PdfArray pdfObject)
public PdfObject getDestinationPage(Map<String,PdfObject> names)
getDestinationPage
in class PdfDestination
public static PdfExplicitRemoteGoToDestination createXYZ(int pageNum, float left, float top, float zoom)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents magnified by the factor zoom and positioned at the upper-left corner of the window.
pageNum
- the destination page
left
- the X coordinate of the left edge of the destination rectangle
top
- the Y coordinate of the upper edge of the destination rectangle
zoom
- zoom factor
PdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFit(int pageNum)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
pageNum
- the destination page
PdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitH(int pageNum, float top)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents magnified just enough to fit the entire width of the page within the window.
pageNum
- the destination page
top
- the Y coordinate of the upper edge of the destination rectangle
PdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitV(int pageNum, float left)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents magnified just enough to fit the entire height of the page within the window.
pageNum
- the destination page
left
- the X coordinate of the left edge of the destination rectangle
PdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitR(int pageNum, float left, float bottom, float right, float top)
PdfExplicitRemoteGoToDestination
. 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.
pageNum
- the destination page
left
- the X coordinate of the left edge of the destination rectangle
bottom
- the Y coordinate of the lower edge of the destination rectangle
right
- the X coordinate of the right edge of the destination rectangle
top
- the Y coordinate of the upper edge of the destination rectangle
PdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitB(int pageNum)
PdfExplicitRemoteGoToDestination
. 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.
pageNum
- the destination page
PdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitBH(int pageNum, float top)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents magnified just enough to fit the entire width of its bounding box within the window.
pageNum
- the destination page
top
- the Y coordinate of the upper edge of the destination rectangle
PdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination createFitBV(int pageNum, float left)
PdfExplicitRemoteGoToDestination
. The designated page will be displayed with its contents magnified just enough to fit the entire height of its bounding box within the window.
pageNum
- the destination page
left
- the X coordinate of the left edge of the destination rectangle
PdfExplicitRemoteGoToDestination
public static PdfExplicitRemoteGoToDestination create(int pageNum, PdfName type, float left, float bottom, float right, float top, float zoom)
PdfExplicitRemoteGoToDestination
associated with an object in another PDF document.
pageNum
- the destination page
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
left
- the X coordinate of the left edge of the destination rectangle
bottom
- the Y coordinate of the lower edge of the destination rectangle
right
- the X coordinate of the right edge of the destination rectangle
top
- the Y coordinate of the upper edge of the destination rectangle
zoom
- zoom factor
PdfExplicitDestination
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfObject>
Copyright © 1998–2023 iText Group NV. All rights reserved.