|
Gnostice PDFOne
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines constants specifying how the viewer application window needs to be placed on a page.
Field Summary | |
static int |
FIT
Constant for adjusting magnification factor (zoom) of a page just enough to fit the entire page within the width and height of the viewer window. |
static int |
FITB
Constant for adjusting magnification factor (zoom) of a page to tightly fit entire height and width of its bounding box inside a window. |
static int |
FITBH
Constant for positioning the top edge of the viewer window at a specified distance from the top edge of a page and adjusting the magnification factor (zoom) so as to tightly fit entire width of the page's bounding box inside the window. |
static int |
FITBV
Constant for positioning the left edge of the viewer window at a specified distance from the left edge of a page and adjusting the magnification factor (zoom) so as to tightly fit entire height of the page's bounding box inside a window. |
static int |
FITH
Constant for adjusting magnification factor (zoom) of a page to tightly fit its entire width inside a window. |
static int |
FITR
Constant for positioning the viewer window on a page so that the entire height and width of a specified rectangular area can be tightly accommodated inside the viewer window. |
static int |
FITV
Constant for positioning the left edge of the viewer window at a specified distance from the left edge of a page and adjusting the magnification factor (zoom) so as to tightly fit its entire height inside a window. |
static int |
XYZ
Constant for positioning the viewer window on a specified position on a page with specified magnification factor (zoom). |
Field Detail |
public static final int FITH
public static final int FITBH
public static final int FITBV
public static final int FITV
public static final int FITB
public static final int FIT
public static final int FITR
public static final int XYZ
|
Pro. Ed. v5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |