DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class Align

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

public class Align
extends java.lang.Object

Specifies horizontal alignment enumeration.


Field Summary
static Align CENTER
          Align center.
static Align LEFT
          Align left.
static Align RIGHT
          Align right.
 
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

LEFT

public static final Align LEFT
Align left.


CENTER

public static final Align CENTER
Align center.


RIGHT

public static final Align RIGHT
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