COSObjectable
, PDDestinationOrAction
public class PDPageFitRectangleDestination extends PDPageDestination
Modifier and Type | Field | Description |
---|---|---|
protected static java.lang.String |
TYPE |
The type of this destination.
|
array
Constructor | Description |
---|---|
PDPageFitRectangleDestination() |
Default constructor.
|
PDPageFitRectangleDestination(COSArray arr) |
Constructor from an existing destination array.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getBottom() |
Get the bottom y coordinate.
|
int |
getLeft() |
Get the left x coordinate.
|
int |
getRight() |
Get the right x coordinate.
|
int |
getTop() |
Get the top y coordinate.
|
void |
setBottom(int y) |
Set the bottom y-coordinate, a value of -1 implies that the current y-coordinate
will be used.
|
void |
setLeft(int x) |
Set the left x-coordinate, a value of -1 implies that the current x-coordinate
will be used.
|
void |
setRight(int x) |
Set the right x-coordinate, a value of -1 implies that the current x-coordinate
will be used.
|
void |
setTop(int y) |
Set the top y-coordinate, a value of -1 implies that the current y-coordinate
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 PDPageFitRectangleDestination()
public PDPageFitRectangleDestination(COSArray arr)
arr
- The destination array.public int getLeft()
public void setLeft(int x)
x
- The left x coordinate.public int getBottom()
public void setBottom(int y)
y
- The bottom y coordinate.public int getRight()
public void setRight(int x)
x
- The right x coordinate.public int getTop()
public void setTop(int y)
y
- The top ycoordinate.