com.adobe.livecycle.convertpdfservice.client.enumeration
Class Style

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.convertpdfservice.client.enumeration.Style
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class Style
extends java.lang.Enum

Represents PostScript styles.

See Also:
Serialized Form

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

Default

public static final Style Default
Represents the default style.


InDesignJ1

public static final Style InDesignJ1
Represents the InDesignJ1 style.


InDesignJ2

public static final Style InDesignJ2
Represents the InDesignJ2 style.


Illustrator

public static final Style Illustrator
Represents the Illustrator style.


IllustratorJ

public static final Style IllustratorJ
Represents the IllustratorJ style.


QuarkXPress

public static final Style QuarkXPress
Represents the QuarkXPress style.

Method Detail

values

public static Style[] values()

valueOf

public static Style valueOf(java.lang.String name)


[an error occurred while processing this directive] [an error occurred while processing this directive]