|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.output.client.RenderOptionsSpecConstants
public class RenderOptionsSpecConstants
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 |
---|
public static final int CACHE_ENABLED_ID
public static final int PDF_VERSION_ID
public static final int TAGGED_PDF_ID
public static final int LINEARIZED_PDF_ID
public static final int DEBUG_ENABLED_ID
public static final int PDFA_REVISIONNUMBER_ID
public static final int PDFA_AMENDMENT_ID
public static final int PDFA_CONFORMANCE_ID
public static final int RENDER_AT_CLIENT_ID
public static final int ACROBAT_VERSION_ID
public static final int RETAIN_SIGNATURE_FIELD_ID
public static final int AUDIT_LOG_ID
public static final java.lang.String CACHE_ENABLED
public static final java.lang.String PDF_VERSION
public static final java.lang.String TAGGED_PDF
public static final java.lang.String LINEASRIZED_PDF
public static final java.lang.String DEBUG_ENABLED
public static final java.lang.String PDFA_REVISIONNUMBER
public static final java.lang.String PDFA_AMENDMENT
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.
public static final java.lang.String PDFA_CONFORMANCE
public static final java.lang.String RENDER_AT_CLIENT
setRenderAtClient
method.
public static final java.lang.String ACROBAT_VERSION
public static final java.lang.String RETAIN_SIGNATURE_FIELD
public static final java.lang.String AUDIT_LOG
Constructor Detail |
---|
public RenderOptionsSpecConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |