Changed Methods |
float
getBottom()
|
Documentation changed from old to new. |
Gets a float vertical coordinate positioned at the bottom edge of the window. |
float
getLeft()
|
Documentation changed from old to new. |
Gets a float horizontal coordinate positioned at the left edge of the window. |
PdfObject
getPage()
|
Documentation changed from old to new. |
Gets the PdfObject representing the page displayed by current Fit element. |
float
getRight()
|
Documentation changed from old to new. |
Gets a float horizontal coordinate positioned at the right edge of the window. |
float
getTop()
|
Documentation changed from old to new. |
Gets a float vertical coordinate positioned at the top edge of the window. |
float
getZoom()
|
Documentation changed from old to new. |
Gets a float representing the zoom ratio. |
FitObject
setBottom(
float )
|
Documentation changed from old to new. |
Sets a float vertical coordinate positioned at the bottom edge of the window. |
FitObject
setLeft(
float )
|
Documentation changed from old to new. |
Sets a float horizontal coordinate positioned at the left edge of the window. |
FitObject
setRight(
float )
|
Documentation changed from old to new. |
Sets a float horizontal coordinate positioned at the right edge of the window. |
FitObject
setTop(
float )
|
Documentation changed from old to new. |
Sets a float vertical coordinate positioned at the top edge of the window. |
FitObject
setZoom(
float )
|
Documentation changed from old to new. |
Sets a float representing the zoom ratio. |