com.adobe.livecycle.output.client
Class ResourcesInPDF
java.lang.Object
java.lang.Enum
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
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 |
NONE
public static final ResourcesInPDF NONE
IMAGES
public static final ResourcesInPDF IMAGES
values
public static ResourcesInPDF[] values()
valueOf
public static ResourcesInPDF valueOf(java.lang.String name)