DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Class PdfPageBoundaries

java.lang.Object
  |
  +--com.cete.dynamicpdf.merger.PdfPageBoundaries

public class PdfPageBoundaries
extends java.lang.Object

Specifies the boundaries of a PDF page.


Field Summary
static PdfPageBoundaries ART_BOX
          ArtBox.
static PdfPageBoundaries BLEED_BOX
          BleedBox.
static PdfPageBoundaries CROP_BOX
          CropBox.
static PdfPageBoundaries MEDIA_BOX
          MediaBox.
static PdfPageBoundaries TRIM_BOX
          TrimBox.
 
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

MEDIA_BOX

public static final PdfPageBoundaries MEDIA_BOX
MediaBox.


CROP_BOX

public static final PdfPageBoundaries CROP_BOX
CropBox.


BLEED_BOX

public static final PdfPageBoundaries BLEED_BOX
BleedBox.


TRIM_BOX

public static final PdfPageBoundaries TRIM_BOX
TrimBox.


ART_BOX

public static final PdfPageBoundaries ART_BOX
ArtBox.

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