COSObjectable
, PDDestinationOrAction
public class PDPageXYZDestination extends PDPageDestination
Modifier and Type | Field | Description |
---|---|---|
protected static java.lang.String |
TYPE |
The type of this destination.
|
array
Constructor | Description |
---|---|
PDPageXYZDestination() |
Default constructor.
|
PDPageXYZDestination(COSArray arr) |
Constructor from an existing destination array.
|
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
create, toString
findPageNumber, getCOSArray, getCOSObject, getPage, getPageNumber, retrieveDestPageNumber, setPage, setPageNumber
protected static final java.lang.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.