com.adobe.livecycle.output.client
Class AcrobatVersion

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

public final class AcrobatVersion
extends java.lang.Enum

Represents the Acrobat version that is required to view the PDF that the Output service renders. This enumeration value is passed to the RenderOptionsSpec object's setAcrobatVersion method.

See Also:
setAcrobatVersion(), Serialized Form

Field Summary
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 Output 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

auto

public static final AcrobatVersion auto
Specifies that the Output service determines the Acrobat version.


Acrobat_6

public static final AcrobatVersion Acrobat_6
Represents Acrobat version 6.0.


Acrobat_7_0

public static final AcrobatVersion Acrobat_7_0
Represents Acrobat version 7.0.


Acrobat_7_0_5

public static final AcrobatVersion Acrobat_7_0_5
Represents Acrobat version 7.0.5.


Acrobat_8

public static final AcrobatVersion Acrobat_8
Represents Acrobat version 8.0.


Acrobat_8_1

public static final AcrobatVersion Acrobat_8_1
Represents Acrobat version 8.1.


Acrobat_9

public static final AcrobatVersion Acrobat_9
Represents Acrobat version 9.0.

Method Detail

values

public static AcrobatVersion[] values()

valueOf

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

getVersion

public java.lang.String getVersion()

getDisplayName

public static java.lang.String getDisplayName(AcrobatVersion someAcrobatVersion)
Returns the display name for the property sheet



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