public static final class PdfPreferences.NonFullScreenPageMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NONE
Constant specifying that neither bookmark panel nor
thumbnail images are displayed by the viewer application
when exiting the fullscreen mode.
|
static int |
OC
Constant specifying that optional content group panel need
to be or is displayed by the viewer application when
exiting the fullscreen mode.
|
static int |
OUTLINES
Constant specifying that bookmark panel needs to be or is
displayed by the viewer application when exiting the
fullscreen mode.
|
static int |
THUMBS
Constant specifying that thumbnail images need to be or is
displayed by the viewer application when exiting the
fullscreen mode.
|
Constructor and Description |
---|
NonFullScreenPageMode() |
public static final int NONE
public static final int OUTLINES
public static final int THUMBS
public static final int OC