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

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

public final class Pagination
extends java.lang.Enum

Represents pagination XCI values.

See Also:
Serialized Form

Field Summary
static Pagination duplexLongEdge
          Represents a duplex long edge pagination value.
static Pagination duplexShortEdge
          Represents a duplex short edge pagination value.
static Pagination simplex
          Represents a simplex pagination value.
 
Method Summary
static Pagination valueOf(java.lang.String name)
           
static Pagination[] 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

simplex

public static final Pagination simplex
Represents a simplex pagination value.


duplexShortEdge

public static final Pagination duplexShortEdge
Represents a duplex short edge pagination value.


duplexLongEdge

public static final Pagination duplexLongEdge
Represents a duplex long edge pagination value.

Method Detail

values

public static Pagination[] values()

valueOf

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


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