public class PdfPageMode extends Enumeration implements Serializable
Describes Pdf page mode
Modifier and Type | Field and Description |
---|---|
static PdfPageMode |
FullScreen
FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.
|
static PdfPageMode |
UseAttachments
Attachments panel visible.
|
static PdfPageMode |
UseNone
Don't use any components.
|
static PdfPageMode |
UseOC
Optional content group panel visible.
|
static PdfPageMode |
UseOutlines
Document outline visible.
|
static PdfPageMode |
UseThumbs
Thumbnail images visible.
|
Constructor and Description |
---|
PdfPageMode()
Serialization constructor
|
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality, toString
public static final PdfPageMode UseNone
Don't use any components.
public static final PdfPageMode UseOutlines
Document outline visible.
public static final PdfPageMode UseThumbs
Thumbnail images visible.
public static final PdfPageMode FullScreen
FullScreenFull-screen mode, with no menu bar, window controls, or any other window visible.
public static final PdfPageMode UseOC
Optional content group panel visible.
public static final PdfPageMode UseAttachments
Attachments panel visible.