DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class VAlign

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

public class VAlign
extends java.lang.Object

Represents the Vertical Alignment.


Field Summary
static VAlign BOTTOM
          Align right.
static VAlign CENTER
          Align center.
static VAlign TOP
          Align left.
 
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

TOP

public static final VAlign TOP
Align left.


CENTER

public static final VAlign CENTER
Align center.


BOTTOM

public static final VAlign BOTTOM
Align right.

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