DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class PageMode

java.lang.Object
  |
  +--com.cete.dynamicpdf.PageMode

public class PageMode
extends java.lang.Object

Represents the Page Mode.


Field Summary
static PageMode AUTO
          ShowOutlines is used if outlines are present.
static PageMode FULLSCREEN
          Document is shown in full screen mode.
static PageMode SHOW_NONE
          Outlines and Thumbnails toolbars are not shown.
static PageMode SHOW_OUTLINES
          Outlines toolbar is shown.
static PageMode SHOW_THUMBNAILS
          Thumbnails toolbar is shown.
 
Method Summary
 int getValue()
          Gets the enumeration constant value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO

public static final PageMode AUTO
ShowOutlines is used if outlines are present. If not ShowNone is used.


SHOW_NONE

public static final PageMode SHOW_NONE
Outlines and Thumbnails toolbars are not shown.


SHOW_OUTLINES

public static final PageMode SHOW_OUTLINES
Outlines toolbar is shown.


SHOW_THUMBNAILS

public static final PageMode SHOW_THUMBNAILS
Thumbnails toolbar is shown.


FULLSCREEN

public static final PageMode FULLSCREEN
Document is shown in full screen mode.

Method Detail

getValue

public int getValue()
Gets the enumeration constant value.

Returns:
The enumeration constant value.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software