|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.livecycle.docconverter.client.PDFAConversionOptionSpec
public class PDFAConversionOptionSpec
PDFAConversionOptionSpec
specifies the conversion options to be used when transforming a document from
PDF to PDF/A.
Nested Class Summary | |
---|---|
static class |
PDFAConversionOptionSpec.ColorSpace
Supported ColorSpace handling options. |
static class |
PDFAConversionOptionSpec.Compliance
Supported compliance. |
static class |
PDFAConversionOptionSpec.OptionalContent
Possible OptionalContent handling options. |
static class |
PDFAConversionOptionSpec.ResultLevel
Supported result levels. |
static class |
PDFAConversionOptionSpec.Signatures
Supported Signature handling options. |
Constructor Summary | |
---|---|
PDFAConversionOptionSpec()
Default constructor. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDFAConversionOptionSpec()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getLogLevel()
String
containing the log level.public void setLogLevel(java.lang.String logLevel)
If the log level is not set, then it defaults to "INFO"
. For investigation of problems,
it can be set to "FINE", "FINER"
or "FINEST",
but performance will be negatively affected in this mode.
logLevel
- The log level to be set. This is the string representation of a
java.util.logging.Level
value.public PDFAConversionOptionSpec.Compliance getCompliance()
public void setCompliance(PDFAConversionOptionSpec.Compliance compliance)
compliance
- the compliance to setpublic PDFAConversionOptionSpec.ResultLevel getResultLevel()
public void setResultLevel(PDFAConversionOptionSpec.ResultLevel resultLevel)
resultLevel
- the resultLevel to setpublic PDFAConversionOptionSpec.ColorSpace getColorSpace()
public void setColorSpace(PDFAConversionOptionSpec.ColorSpace colorSpace)
colorSpace
- the colorSpace to setpublic PDFAConversionOptionSpec.Signatures getSignatures()
public void setSignatures(PDFAConversionOptionSpec.Signatures signatures)
signatures
- the signatures to setpublic PDFAConversionOptionSpec.OptionalContent getOptionalContent()
public void setOptionalContent(PDFAConversionOptionSpec.OptionalContent optionalContent)
optionalContent
- the optionalContent to setpublic boolean isVerify()
public void setVerify(boolean verify)
verify
- the verify to setpublic final java.util.List getMetadataSchemaExtensions()
public final void setMetadataSchemaExtensions(java.util.List metadataSchemaExtensions)
metadataSchemaExtensions
- the metadataSchemaExtensions to setpublic boolean isRemoveInvalidXMPProperties()
public void setRemoveInvalidXMPProperties(boolean remove)
remove
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |