|
|||||||||
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.AcrobatVersion
public final class AcrobatVersion
Represents the Acrobat version that is required to view the PDF form that the PDF forms service renders.
This enum value is passed to the PDFFormRenderSpec
object's setAcrobatVersion
method.
setAcrobatVersion()
,
Serialized FormField Summary | |
---|---|
static AcrobatVersion |
Acrobat_10
Represents Acrobat version 10.0. |
static AcrobatVersion |
Acrobat_10_1
Represents Acrobat version 10.1. |
static AcrobatVersion |
Acrobat_11
|
static AcrobatVersion |
Acrobat_6
Represents Acrobat version 6.0. |
static AcrobatVersion |
Acrobat_7_0
Represents Acrobat version 7.0. |
static AcrobatVersion |
Acrobat_7_0_5
Represents Acrobat version 7.0.5. |
static AcrobatVersion |
Acrobat_8
Represents Acrobat version 8.0. |
static AcrobatVersion |
Acrobat_8_1
Represents Acrobat version 8.1. |
static AcrobatVersion |
Acrobat_9
Represents Acrobat version 9.0. |
static AcrobatVersion |
auto
Specifies that the PDF forms service determines the Acrobat version. |
Method Summary | |
---|---|
static java.lang.String |
getDisplayName(AcrobatVersion someAcrobatVersion)
Returns the display name for the property sheet |
java.lang.String |
getVersion()
|
static AcrobatVersion |
valueOf(java.lang.String name)
|
static AcrobatVersion[] |
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 AcrobatVersion auto
public static final AcrobatVersion Acrobat_6
public static final AcrobatVersion Acrobat_7_0
public static final AcrobatVersion Acrobat_7_0_5
public static final AcrobatVersion Acrobat_8
public static final AcrobatVersion Acrobat_8_1
public static final AcrobatVersion Acrobat_9
public static final AcrobatVersion Acrobat_10
public static final AcrobatVersion Acrobat_10_1
public static final AcrobatVersion Acrobat_11
Method Detail |
---|
public static AcrobatVersion[] values()
public static AcrobatVersion valueOf(java.lang.String name)
public java.lang.String getVersion()
public static java.lang.String getDisplayName(AcrobatVersion someAcrobatVersion)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |