DynamicPDF by ceTe Software

com.cete.dynamicpdf.forms
Class FormFieldAlign

java.lang.Object
  |
  +--com.cete.dynamicpdf.forms.FormFieldAlign

public class FormFieldAlign
extends java.lang.Object

Specifies alignment of form fields.


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


CENTER

public static final FormFieldAlign CENTER
Align center.


RIGHT

public static final FormFieldAlign 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