com.adobe.livecycle.output.client
Class ResourcesInPDF

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.output.client.ResourcesInPDF
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ResourcesInPDF
extends java.lang.Enum

this is the enumeration of all the resources which can be picked up from the pdf like images for re-rendering in Output Service

See Also:
Serialized Form

Field Summary
static ResourcesInPDF IMAGES
           
static ResourcesInPDF NONE
           
 
Method Summary
static ResourcesInPDF valueOf(java.lang.String name)
           
static ResourcesInPDF[] 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

NONE

public static final ResourcesInPDF NONE

IMAGES

public static final ResourcesInPDF IMAGES
Method Detail

values

public static ResourcesInPDF[] values()

valueOf

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