PdfZoomBehavior
Contents
[
Hide
]Inheritance: java.lang.Object
public final class PdfZoomBehavior
Specifies the initial view mode when the generated PDF document is opened.
Fields
| Field | Description |
|---|---|
| FIT_HEIGHT | Fits the page height within the viewer window. |
| FIT_PAGE | Fits the entire page within the viewer window. |
| FIT_WIDTH | Fits the page width within the viewer window. |
| NONE | Uses the PDF viewer’s default behavior. |
| ZOOM_FACTOR | Opens the document at a specific zoom percentage. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
FIT_HEIGHT
public static final int FIT_HEIGHT
Fits the page height within the viewer window.
FIT_PAGE
public static final int FIT_PAGE
Fits the entire page within the viewer window.
FIT_WIDTH
public static final int FIT_WIDTH
Fits the page width within the viewer window.
NONE
public static final int NONE
Uses the PDF viewer’s default behavior.
ZOOM_FACTOR
public static final int ZOOM_FACTOR
Opens the document at a specific zoom percentage.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |