DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class PageZoom

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

public class PageZoom
extends java.lang.Object

Represents the Page Zoom.


Field Summary
static PageZoom FIT_BOX
          Fit all elements of page in window.
static PageZoom FIT_HEIGHT
          Fit height of page in window.
static PageZoom FIT_PAGE
          Fit page in window.
static PageZoom FIT_WIDTH
          Fit width of page in window.
static PageZoom RETAIN
          Keep unchanged.
 
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

RETAIN

public static final PageZoom RETAIN
Keep unchanged.


FIT_PAGE

public static final PageZoom FIT_PAGE
Fit page in window.


FIT_WIDTH

public static final PageZoom FIT_WIDTH
Fit width of page in window.


FIT_HEIGHT

public static final PageZoom FIT_HEIGHT
Fit height of page in window.


FIT_BOX

public static final PageZoom FIT_BOX
Fit all elements of page in window.

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