java.lang.Objectcom.pdfjet.Effect
public class Effect
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 |
---|
public static final int NORMAL
public static final int SUBSCRIPT
public static final int SUPERSCRIPT
Constructor Detail |
---|
public Effect()