public class PDPageXYZDestination extends PDPageDestination
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | TYPEThe type of this destination. | 
array| Constructor and Description | 
|---|
| PDPageXYZDestination()Default constructor. | 
| PDPageXYZDestination(COSArray arr)Constructor from an existing destination array. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getLeft()Get the left x coordinate. | 
| int | getTop()Get the top y coordinate. | 
| float | getZoom()Get the zoom value. | 
| void | setLeft(int x)Set the left x-coordinate, values 0 or -1 imply that the current x-coordinate
 will be used. | 
| void | setTop(int y)Set the top y-coordinate, values 0 or -1 imply that the current y-coordinate
 will be used. | 
| void | setZoom(float zoom)Set the zoom value for the page, values 0 or -1 imply that the current zoom
 will be used. | 
findPageNumber, getCOSArray, getCOSObject, getPage, getPageNumber, retrieveDestPageNumber, setPage, setPageNumbercreate, toStringprotected static final String TYPE
public PDPageXYZDestination()
public PDPageXYZDestination(COSArray arr)
arr - The destination array.public int getLeft()
public void setLeft(int x)
x - The left x coordinate.public int getTop()
public void setTop(int y)
y - The top ycoordinate.public float getZoom()
public void setZoom(float zoom)
zoom - The zoom value.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.