com.adobe.livecycle.output.client
Class RenderOptionsSpecConstants

java.lang.Object
  extended by com.adobe.livecycle.output.client.RenderOptionsSpecConstants

public class RenderOptionsSpecConstants
extends java.lang.Object

Represents constants used by the RenderOptionsSpec class. You can set these values using the RenderOptionsSpec class.


Field Summary
static java.lang.String ACROBAT_VERSION
           
static int ACROBAT_VERSION_ID
          A numeric identifier value for the ACROBAT_VERSION constant.
static java.lang.String AUDIT_LOG
           
static int AUDIT_LOG_ID
          A number identifier value for AUDIT_LOG_FIELD constant
static java.lang.String CACHE_ENABLED
          A constant that specifies whether the Output service caches a form to boost performance.
static int CACHE_ENABLED_ID
          A numeric identifier value for the CACHE_ENABLED constant.
static java.lang.String DEBUG_ENABLED
          A constant that defines how the Output service generates debugging information.
static int DEBUG_ENABLED_ID
          A numeric identifier value for the DEBUG_ENABLED constant.
static int LINEARIZED_PDF_ID
          A numeric identifier value for the LINEARIZED_PDF constant.
static java.lang.String LINEASRIZED_PDF
          A constant value that specifies whether the Output service produces a linearized PDF document.
static java.lang.String PDF_VERSION
          A constant that specifies the PDF version to generate.
static int PDF_VERSION_ID
          A numeric identifier value for the PDF_VERSION constant.
static java.lang.String PDFA_AMENDMENT
          A constant that represents the PDF/A document amendment value.
static int PDFA_AMENDMENT_ID
          A numeric identifier value for the PDFA_AMENDMENT constant.
static java.lang.String PDFA_CONFORMANCE
          A constant value that represents the PDF/A conformance level as specified in the PDF/A-1 ISO specification.
static int PDFA_CONFORMANCE_ID
          A numeric identifier value for the PDFA_CONFORMANCE constant.
static java.lang.String PDFA_REVISIONNUMBER
          A constant that represents the revision number of a PDF/A document.
static int PDFA_REVISIONNUMBER_ID
          A numeric identifier value for the PDFA_REVISIONNUMBER constant.
static java.lang.String RENDER_AT_CLIENT
          A constant value that enables the delivery of PDF content by using the the client-side rendering capability of Acrobat 7.0 or later.
static int RENDER_AT_CLIENT_ID
          A numeric identifier value for the RENDER_AT_CLIENT constant.
static java.lang.String RETAIN_SIGNATURE_FIELD
           
static int RETAIN_SIGNATURE_FIELD_ID
          A numeric identifier value for the RETAIN_SIGNATURE_FIELD constant.
static java.lang.String TAGGED_PDF
          A constant that specifies if the Output service creates a tagged PDF document.
static int TAGGED_PDF_ID
          A numeric identifier value for the TAGGED_PDF constant.
 
Constructor Summary
RenderOptionsSpecConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_ENABLED_ID

public static final int CACHE_ENABLED_ID
A numeric identifier value for the CACHE_ENABLED constant.

See Also:
Constant Field Values

PDF_VERSION_ID

public static final int PDF_VERSION_ID
A numeric identifier value for the PDF_VERSION constant.

See Also:
Constant Field Values

TAGGED_PDF_ID

public static final int TAGGED_PDF_ID
A numeric identifier value for the TAGGED_PDF constant.

See Also:
Constant Field Values

LINEARIZED_PDF_ID

public static final int LINEARIZED_PDF_ID
A numeric identifier value for the LINEARIZED_PDF constant.

See Also:
Constant Field Values

DEBUG_ENABLED_ID

public static final int DEBUG_ENABLED_ID
A numeric identifier value for the DEBUG_ENABLED constant.

See Also:
Constant Field Values

PDFA_REVISIONNUMBER_ID

public static final int PDFA_REVISIONNUMBER_ID
A numeric identifier value for the PDFA_REVISIONNUMBER constant.

See Also:
Constant Field Values

PDFA_AMENDMENT_ID

public static final int PDFA_AMENDMENT_ID
A numeric identifier value for the PDFA_AMENDMENT constant.

See Also:
Constant Field Values

PDFA_CONFORMANCE_ID

public static final int PDFA_CONFORMANCE_ID
A numeric identifier value for the PDFA_CONFORMANCE constant.

See Also:
Constant Field Values

RENDER_AT_CLIENT_ID

public static final int RENDER_AT_CLIENT_ID
A numeric identifier value for the RENDER_AT_CLIENT constant.

See Also:
Constant Field Values

ACROBAT_VERSION_ID

public static final int ACROBAT_VERSION_ID
A numeric identifier value for the ACROBAT_VERSION constant.

See Also:
Constant Field Values

RETAIN_SIGNATURE_FIELD_ID

public static final int RETAIN_SIGNATURE_FIELD_ID
A numeric identifier value for the RETAIN_SIGNATURE_FIELD constant.

See Also:
Constant Field Values

AUDIT_LOG_ID

public static final int AUDIT_LOG_ID
A number identifier value for AUDIT_LOG_FIELD constant

See Also:
Constant Field Values

CACHE_ENABLED

public static final java.lang.String CACHE_ENABLED
A constant that specifies whether the Output service caches a form to boost performance.

See Also:
Constant Field Values

PDF_VERSION

public static final java.lang.String PDF_VERSION
A constant that specifies the PDF version to generate. Acrobat 6.0 supports PDF version 1.5 and Acrobat 7.0 or later supports PDF version 1.6.

See Also:
Constant Field Values

TAGGED_PDF

public static final java.lang.String TAGGED_PDF
A constant that specifies if the Output service creates a tagged PDF document. A tagged PDF document defines a set of standard structure types and attributes that allow page content (text, graphics, and images) to be extracted and reused for other purposes.

See Also:
Constant Field Values

LINEASRIZED_PDF

public static final java.lang.String LINEASRIZED_PDF
A constant value that specifies whether the Output service produces a linearized PDF document. A linearized PDF document is organized to enable incremental access in a network environment. For example, a linearized PDF document can be displayed in a web browser before the entire PDF document is downloaded.

See Also:
Constant Field Values

DEBUG_ENABLED

public static final java.lang.String DEBUG_ENABLED
A constant that defines how the Output service generates debugging information.

See Also:
Constant Field Values

PDFA_REVISIONNUMBER

public static final java.lang.String PDFA_REVISIONNUMBER
A constant that represents the revision number of a PDF/A document. For information about the revision number of a PDF/A document, see the PDF/A-1 ISO specification that is titled ISO 19005-1 Document management.

See Also:
Constant Field Values

PDFA_AMENDMENT

public static final java.lang.String PDFA_AMENDMENT
A constant that represents the PDF/A document amendment value. Typically, this value is set when you invoke the transformPDF method. For information about the PDF/A document amendment value, see the PDF/A-1 ISO specification that is titled ISO 19005-1 Document management.

See Also:
Constant Field Values

PDFA_CONFORMANCE

public static final java.lang.String PDFA_CONFORMANCE
A constant value that represents the PDF/A conformance level as specified in the PDF/A-1 ISO specification. The default value is A. The conformance level refers to how a PDF document adheres to requirements that specify how long-term electronic documents are preserved. For information about level A and B conformance, see the PDF/A-1 ISO specification that is titled ISO 19005-1 Document management.

See Also:
Constant Field Values

RENDER_AT_CLIENT

public static final java.lang.String RENDER_AT_CLIENT
A constant value that enables the delivery of PDF content by using the the client-side rendering capability of Acrobat 7.0 or later. See the setRenderAtClient method.

See Also:
Constant Field Values

ACROBAT_VERSION

public static final java.lang.String ACROBAT_VERSION
See Also:
Constant Field Values

RETAIN_SIGNATURE_FIELD

public static final java.lang.String RETAIN_SIGNATURE_FIELD
See Also:
Constant Field Values

AUDIT_LOG

public static final java.lang.String AUDIT_LOG
See Also:
Constant Field Values
Constructor Detail

RenderOptionsSpecConstants

public RenderOptionsSpecConstants()