|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Enum com.adobe.livecycle.convertpdfservice.client.enumeration.Style
public final class Style
Represents PostScript styles.
Field Summary | |
---|---|
static Style |
Default
Represents the default style. |
static Style |
Illustrator
Represents the Illustrator style. |
static Style |
IllustratorJ
Represents the IllustratorJ style. |
static Style |
InDesignJ1
Represents the InDesignJ1 style. |
static Style |
InDesignJ2
Represents the InDesignJ2 style. |
static Style |
QuarkXPress
Represents the QuarkXPress style. |
Method Summary | |
---|---|
static Style |
valueOf(java.lang.String name)
|
static Style[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Style Default
public static final Style InDesignJ1
public static final Style InDesignJ2
public static final Style Illustrator
public static final Style IllustratorJ
public static final Style QuarkXPress
Method Detail |
---|
public static Style[] values()
public static Style valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |