public final class PdfZoomBehavior
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FIT_BOX
Fits the bounding box (rectangle containing all visible elements on the page).
|
static int |
FIT_HEIGHT
Fits the height of the page.
|
static int |
FIT_PAGE
Displays the page so it visible entirely.
|
static int |
FIT_WIDTH
Fits the width of the page.
|
static int |
length |
static int |
NONE
How the document is displayed is left to the PDF viewer.
|
static int |
ZOOM_FACTOR
Displays the page using the specified zoom factor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String pdfZoomBehaviorName) |
static java.lang.String |
getName(int pdfZoomBehavior) |
static int[] |
getValues() |
static java.lang.String |
toString(int pdfZoomBehavior) |
public static final int NONE
public static final int ZOOM_FACTOR
public static final int FIT_PAGE
public static final int FIT_WIDTH
public static final int FIT_HEIGHT
public static final int FIT_BOX
public static final int length