|
Gnostice PDFOne
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdfPreferences
This interface defines constants for setting viewer application preferences when displaying a PDF document.
PdfDocument.setViewerPreferences(int)
Nested Class Summary | |
---|---|
static class |
PdfPreferences.Direction
Contains constants specifying predominant reading order for text. |
static class |
PdfPreferences.NonFullScreenPageMode
Contains constants specifying how viewer application should display the document after exiting the fullscreen mode. |
Field Summary | |
---|---|
static int |
CENTER_WINDOW
Constant specifying that the viewer application needs to repositioned to the center of the screen. |
static int |
DISPLAY_DOC_TITLE
Constant specifying that the viewer application needs to display the "title" document property instead of the |
static int |
FIT_WINDOW
Constant specifying that the viewer application needs to resize its window to closely fit the page that is displayed first. |
static int |
HIDE_MENUBAR
Constant specifying that the viewer application need not display its main menu. |
static int |
HIDE_TOOLBAR
Constant specifying that the viewer application need not display its toolbars. |
static int |
HIDE_WINDOWUI
Constant for specifying that the viewer application need not display any GUI items such as navigation controls or toolbars but display only the documents contents. |
Field Detail |
---|
static final int HIDE_TOOLBAR
static final int HIDE_MENUBAR
static final int HIDE_WINDOWUI
static final int FIT_WINDOW
static final int CENTER_WINDOW
static final int DISPLAY_DOC_TITLE
|
Pro. Ed. v5.4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |