public interface PdfPreferences
PdfDocument.setViewerPreferences(int)
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
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