public class PSToPDFConversionParams extends ParameterType implements java.io.Serializable
Java class for PSToPDFConversionParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PSToPDFConversionParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="DetectBlend" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="CompressPages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFVersion" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DefaultRenderingIntent" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Binding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="InitialResolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Optimize" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="AutoRotatePages" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="InitialPageSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ASCII85EncodePages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="DoThumbnails" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OverPrintMode" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ThinPDFParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="AdvancedParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="PDFXParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
advancedParamsRef |
protected java.lang.Boolean |
ascii85EncodePages |
protected java.lang.String |
autoRotatePages |
protected java.lang.String |
binding |
protected java.lang.Boolean |
compressPages |
protected java.lang.String |
defaultRenderingIntent |
protected java.lang.Boolean |
detectBlend |
protected java.lang.Boolean |
doThumbnails |
protected java.util.List<java.lang.Double> |
initialPageSizes |
protected java.util.List<java.lang.Double> |
initialResolutions |
protected java.lang.Boolean |
optimize |
protected java.lang.Integer |
overPrintMode |
protected java.lang.Double |
pdfVersion |
protected java.lang.Object |
pdfxParamsRef |
protected java.lang.Object |
thinPDFParamsRef |
| Constructor and Description |
|---|
PSToPDFConversionParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAdvancedParamsRef()
Gets the value of the advancedParamsRef property.
|
java.lang.Boolean |
getASCII85EncodePages()
Gets the value of the ascii85EncodePages property.
|
java.lang.String |
getAutoRotatePages()
Gets the value of the autoRotatePages property.
|
java.lang.String |
getBinding()
Gets the value of the binding property.
|
java.lang.Boolean |
getCompressPages()
Gets the value of the compressPages property.
|
java.lang.String |
getDefaultRenderingIntent()
Gets the value of the defaultRenderingIntent property.
|
java.lang.Boolean |
getDetectBlend()
Gets the value of the detectBlend property.
|
java.lang.Boolean |
getDoThumbnails()
Gets the value of the doThumbnails property.
|
java.util.List<java.lang.Double> |
getInitialPageSizes()
Gets the value of the initialPageSizes property.
|
java.util.List<java.lang.Double> |
getInitialResolutions()
Gets the value of the initialResolutions property.
|
java.lang.Boolean |
getOptimize()
Gets the value of the optimize property.
|
java.lang.Integer |
getOverPrintMode()
Gets the value of the overPrintMode property.
|
java.lang.Double |
getPDFVersion()
Gets the value of the pdfVersion property.
|
java.lang.Object |
getPDFXParamsRef()
Gets the value of the pdfxParamsRef property.
|
java.lang.Object |
getThinPDFParamsRef()
Gets the value of the thinPDFParamsRef property.
|
void |
setAdvancedParamsRef(java.lang.Object value)
Sets the value of the advancedParamsRef property.
|
void |
setASCII85EncodePages(java.lang.Boolean value)
Sets the value of the ascii85EncodePages property.
|
void |
setAutoRotatePages(java.lang.String value)
Sets the value of the autoRotatePages property.
|
void |
setBinding(java.lang.String value)
Sets the value of the binding property.
|
void |
setCompressPages(java.lang.Boolean value)
Sets the value of the compressPages property.
|
void |
setDefaultRenderingIntent(java.lang.String value)
Sets the value of the defaultRenderingIntent property.
|
void |
setDetectBlend(java.lang.Boolean value)
Sets the value of the detectBlend property.
|
void |
setDoThumbnails(java.lang.Boolean value)
Sets the value of the doThumbnails property.
|
void |
setOptimize(java.lang.Boolean value)
Sets the value of the optimize property.
|
void |
setOverPrintMode(java.lang.Integer value)
Sets the value of the overPrintMode property.
|
void |
setPDFVersion(java.lang.Double value)
Sets the value of the pdfVersion property.
|
void |
setPDFXParamsRef(java.lang.Object value)
Sets the value of the pdfxParamsRef property.
|
void |
setThinPDFParamsRef(java.lang.Object value)
Sets the value of the thinPDFParamsRef property.
|
protected java.lang.Boolean detectBlend
protected java.lang.Boolean compressPages
protected java.lang.Double pdfVersion
protected java.lang.String defaultRenderingIntent
protected java.lang.String binding
protected java.util.List<java.lang.Double> initialResolutions
protected java.lang.Boolean optimize
protected java.lang.String autoRotatePages
protected java.util.List<java.lang.Double> initialPageSizes
protected java.lang.Boolean ascii85EncodePages
protected java.lang.Boolean doThumbnails
protected java.lang.Integer overPrintMode
protected java.lang.Object thinPDFParamsRef
protected java.lang.Object advancedParamsRef
protected java.lang.Object pdfxParamsRef
public java.lang.Boolean getDetectBlend()
Booleanpublic void setDetectBlend(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getCompressPages()
Booleanpublic void setCompressPages(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getPDFVersion()
Doublepublic void setPDFVersion(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getDefaultRenderingIntent()
Stringpublic void setDefaultRenderingIntent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBinding()
Stringpublic void setBinding(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getInitialResolutions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the initialResolutions property.
For example, to add a new item, do as follows:
getInitialResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Boolean getOptimize()
Booleanpublic void setOptimize(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getAutoRotatePages()
Stringpublic void setAutoRotatePages(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getInitialPageSizes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the initialPageSizes property.
For example, to add a new item, do as follows:
getInitialPageSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Boolean getASCII85EncodePages()
Booleanpublic void setASCII85EncodePages(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getDoThumbnails()
Booleanpublic void setDoThumbnails(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getOverPrintMode()
Integerpublic void setOverPrintMode(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getThinPDFParamsRef()
Objectpublic void setThinPDFParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getAdvancedParamsRef()
Objectpublic void setAdvancedParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getPDFXParamsRef()
Objectpublic void setPDFXParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.