public static final class Configuration.ViewerPreferences extends Enum
Modifier and Type | Field and Description |
---|---|
static Configuration.ViewerPreferences |
CENTER_WINDOW
Position the document's window in the center of the screen.
|
static Configuration.ViewerPreferences |
DIRECTION_L2R
Position pages in ascending order from left to right.
|
static Configuration.ViewerPreferences |
DIRECTION_R2L
Position pages in ascending order from right to left.
|
static Configuration.ViewerPreferences |
DISPLAY_DOC_TITLE
Display the document's title in the top bar.
|
static Configuration.ViewerPreferences |
DUPLEX_FLIP_LONG_EDGE
Print dialog default setting: duplex (long edge)
|
static Configuration.ViewerPreferences |
DUPLEX_FLIP_SHORT_EDGE
Print dialog default setting: duplex (short edge)
|
static Configuration.ViewerPreferences |
DUPLEX_SIMPLEX
Print dialog default setting: simplex
|
static Configuration.ViewerPreferences |
FIT_WINDOW
Resize the document's window to fit the size of the first displayed page.
|
static Configuration.ViewerPreferences |
HIDE_MENUBAR
Hide the viewer application's menu bar when the document is active.
|
static Configuration.ViewerPreferences |
HIDE_TOOLBAR
Hide the viewer application's tool bars when the document is active.
|
static Configuration.ViewerPreferences |
HIDE_WINDOW_UI
Hide user interface elements in the document's window.
|
static Configuration.ViewerPreferences |
NON_FULLSCREEN_PAGE_MODE_USE_NONE
Show no panel on exiting full-screen mode.
|
static Configuration.ViewerPreferences |
NON_FULLSCREEN_PAGE_MODE_USE_OC
Show optional content group panel on exiting full-screen mode.
|
static Configuration.ViewerPreferences |
NON_FULLSCREEN_PAGE_MODE_USE_OUTLINES
Show bookmarks panel on exiting full-screen mode.
|
static Configuration.ViewerPreferences |
NON_FULLSCREEN_PAGE_MODE_USE_THUMBS
Show thumbnail images panel on exiting full-screen mode.
|
static Configuration.ViewerPreferences |
PAGE_LAYOUT_ONE_COLUMN
Display the pages in one column.
|
static Configuration.ViewerPreferences |
PAGE_LAYOUT_SINGLE_PAGE
Display one page at a time.
|
static Configuration.ViewerPreferences |
PAGE_LAYOUT_TWO_COLUMN_LEFT
Display the pages in two columns, with odd numbered pages on the left.
|
static Configuration.ViewerPreferences |
PAGE_LAYOUT_TWO_COLUMN_RIGHT
Display the pages in two columns, with odd numbered pages on the right.
|
static Configuration.ViewerPreferences |
PAGE_LAYOUT_TWO_PAGE_LEFT
Display two pages at a time, with odd numbered pages on the left.
|
static Configuration.ViewerPreferences |
PAGE_LAYOUT_TWO_PAGE_RIGHT
Display two pages at a time, with odd numbered pages on the right.
|
static Configuration.ViewerPreferences |
PAGE_MODE_FULLSCREEN
Switch to fullscreen mode on startup.
|
static Configuration.ViewerPreferences |
PAGE_MODE_USE_ATTACHMENTS
Show attachments panel on startup.
|
static Configuration.ViewerPreferences |
PAGE_MODE_USE_NONE
Show no panel on startup.
|
static Configuration.ViewerPreferences |
PAGE_MODE_USE_OC
Show optional content group panel on startup.
|
static Configuration.ViewerPreferences |
PAGE_MODE_USE_OUTLINES
Show bookmarks panel on startup.
|
static Configuration.ViewerPreferences |
PAGE_MODE_USE_THUMBS
Show thumbnail images panel on startup.
|
static Configuration.ViewerPreferences |
PICKTRAYBYPDFSIZE_FALSE
Print dialog default setting: do not pick tray by PDF size
|
static Configuration.ViewerPreferences |
PICKTRAYBYPDFSIZE_TRUE
Print dialog default setting: pick tray by PDF size
|
static Configuration.ViewerPreferences |
PRINTSCALING_APPDEFAULT
Print dialog default setting: set scaling to application default value.
|
static Configuration.ViewerPreferences |
PRINTSCALING_NONE
Print dialog default setting: disabled scaling
|
Modifier and Type | Method and Description |
---|---|
static Configuration.ViewerPreferences |
valueOf(String name) |
static Configuration.ViewerPreferences[] |
values() |
public static final Configuration.ViewerPreferences CENTER_WINDOW
public static final Configuration.ViewerPreferences DIRECTION_L2R
public static final Configuration.ViewerPreferences DIRECTION_R2L
public static final Configuration.ViewerPreferences DISPLAY_DOC_TITLE
public static final Configuration.ViewerPreferences DUPLEX_FLIP_LONG_EDGE
public static final Configuration.ViewerPreferences DUPLEX_FLIP_SHORT_EDGE
public static final Configuration.ViewerPreferences DUPLEX_SIMPLEX
public static final Configuration.ViewerPreferences FIT_WINDOW
public static final Configuration.ViewerPreferences HIDE_MENUBAR
public static final Configuration.ViewerPreferences HIDE_TOOLBAR
public static final Configuration.ViewerPreferences HIDE_WINDOW_UI
public static final Configuration.ViewerPreferences NON_FULLSCREEN_PAGE_MODE_USE_NONE
Configuration.ViewerPreferences.PAGE_MODE_FULLSCREEN
.public static final Configuration.ViewerPreferences NON_FULLSCREEN_PAGE_MODE_USE_OC
Configuration.ViewerPreferences.PAGE_MODE_FULLSCREEN
.public static final Configuration.ViewerPreferences NON_FULLSCREEN_PAGE_MODE_USE_OUTLINES
Configuration.ViewerPreferences.PAGE_MODE_FULLSCREEN
.public static final Configuration.ViewerPreferences NON_FULLSCREEN_PAGE_MODE_USE_THUMBS
Configuration.ViewerPreferences.PAGE_MODE_FULLSCREEN
.public static final Configuration.ViewerPreferences PAGE_LAYOUT_ONE_COLUMN
public static final Configuration.ViewerPreferences PAGE_LAYOUT_SINGLE_PAGE
public static final Configuration.ViewerPreferences PAGE_LAYOUT_TWO_COLUMN_LEFT
public static final Configuration.ViewerPreferences PAGE_LAYOUT_TWO_COLUMN_RIGHT
public static final Configuration.ViewerPreferences PAGE_LAYOUT_TWO_PAGE_LEFT
public static final Configuration.ViewerPreferences PAGE_LAYOUT_TWO_PAGE_RIGHT
public static final Configuration.ViewerPreferences PAGE_MODE_FULLSCREEN
public static final Configuration.ViewerPreferences PAGE_MODE_USE_ATTACHMENTS
public static final Configuration.ViewerPreferences PAGE_MODE_USE_NONE
public static final Configuration.ViewerPreferences PAGE_MODE_USE_OC
public static final Configuration.ViewerPreferences PAGE_MODE_USE_OUTLINES
public static final Configuration.ViewerPreferences PAGE_MODE_USE_THUMBS
public static final Configuration.ViewerPreferences PICKTRAYBYPDFSIZE_FALSE
public static final Configuration.ViewerPreferences PICKTRAYBYPDFSIZE_TRUE
public static final Configuration.ViewerPreferences PRINTSCALING_APPDEFAULT
public static final Configuration.ViewerPreferences PRINTSCALING_NONE
public static Configuration.ViewerPreferences[] values()
public static Configuration.ViewerPreferences valueOf(String name)
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.