com.pdfjet
Class Effect

java.lang.Object
  extended by com.pdfjet.Effect

public class Effect
extends java.lang.Object

Used to specify the text effects.


Field Summary
static int NORMAL
           
static int SUBSCRIPT
           
static int SUPERSCRIPT
           
 
Constructor Summary
Effect()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

SUBSCRIPT

public static final int SUBSCRIPT
See Also:
Constant Field Values

SUPERSCRIPT

public static final int SUPERSCRIPT
See Also:
Constant Field Values
Constructor Detail

Effect

public Effect()