|
|||||||||
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.formsservice.client.RenderAtClient
public final class RenderAtClient
Enables the delivery of PDF content by using the the client-side rendering capability of
Acrobat 7.0 or later. When set to auto and AcrobatVersion=acrobat7.0.5,
then a form is rendered to a client once, which improves the performance of the PDF forms service.
This enum value is passed to the PDFFormRenderSpec
object's setRenderAtClient
method.
To see this enum value used in a code example, see the Rendering a form at the client using the Java API quick start in Programming with Adobe Experience Manager forms.
setRenderAtClient()
,
Serialized FormField Summary | |
---|---|
static RenderAtClient |
Auto
Instructs the PDF forms service to observe the form design's dynamicRender configuration value. |
static RenderAtClient |
No
The PDF form is not rendered on the client. |
static RenderAtClient |
Yes
The PDF form is rendered on the client. |
Method Summary | |
---|---|
static java.lang.String |
getDisplayName(RenderAtClient someRenderAtClient)
|
java.lang.String |
getValue()
Returns a string representation of this enum value. |
static RenderAtClient |
valueOf(java.lang.String name)
|
static RenderAtClient[] |
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 RenderAtClient Auto
public static final RenderAtClient Yes
public static final RenderAtClient No
Method Detail |
---|
public static RenderAtClient[] values()
public static RenderAtClient valueOf(java.lang.String name)
public java.lang.String getValue()
public static java.lang.String getDisplayName(RenderAtClient someRenderAtClient)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |