public class PSToPDFConversionParams extends ParameterType implements 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 Object |
advancedParamsRef |
protected Boolean |
ascii85EncodePages |
protected String |
autoRotatePages |
protected String |
binding |
protected Boolean |
compressPages |
protected String |
defaultRenderingIntent |
protected Boolean |
detectBlend |
protected Boolean |
doThumbnails |
protected List<Double> |
initialPageSizes |
protected List<Double> |
initialResolutions |
protected Boolean |
optimize |
protected Integer |
overPrintMode |
protected Double |
pdfVersion |
protected Object |
pdfxParamsRef |
protected Object |
thinPDFParamsRef |
| Constructor and Description |
|---|
PSToPDFConversionParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAdvancedParamsRef()
Gets the value of the advancedParamsRef property.
|
Boolean |
getASCII85EncodePages()
Gets the value of the ascii85EncodePages property.
|
String |
getAutoRotatePages()
Gets the value of the autoRotatePages property.
|
String |
getBinding()
Gets the value of the binding property.
|
Boolean |
getCompressPages()
Gets the value of the compressPages property.
|
String |
getDefaultRenderingIntent()
Gets the value of the defaultRenderingIntent property.
|
Boolean |
getDetectBlend()
Gets the value of the detectBlend property.
|
Boolean |
getDoThumbnails()
Gets the value of the doThumbnails property.
|
List<Double> |
getInitialPageSizes()
Gets the value of the initialPageSizes property.
|
List<Double> |
getInitialResolutions()
Gets the value of the initialResolutions property.
|
Boolean |
getOptimize()
Gets the value of the optimize property.
|
Integer |
getOverPrintMode()
Gets the value of the overPrintMode property.
|
Double |
getPDFVersion()
Gets the value of the pdfVersion property.
|
Object |
getPDFXParamsRef()
Gets the value of the pdfxParamsRef property.
|
Object |
getThinPDFParamsRef()
Gets the value of the thinPDFParamsRef property.
|
void |
setAdvancedParamsRef(Object value)
Sets the value of the advancedParamsRef property.
|
void |
setASCII85EncodePages(Boolean value)
Sets the value of the ascii85EncodePages property.
|
void |
setAutoRotatePages(String value)
Sets the value of the autoRotatePages property.
|
void |
setBinding(String value)
Sets the value of the binding property.
|
void |
setCompressPages(Boolean value)
Sets the value of the compressPages property.
|
void |
setDefaultRenderingIntent(String value)
Sets the value of the defaultRenderingIntent property.
|
void |
setDetectBlend(Boolean value)
Sets the value of the detectBlend property.
|
void |
setDoThumbnails(Boolean value)
Sets the value of the doThumbnails property.
|
void |
setOptimize(Boolean value)
Sets the value of the optimize property.
|
void |
setOverPrintMode(Integer value)
Sets the value of the overPrintMode property.
|
void |
setPDFVersion(Double value)
Sets the value of the pdfVersion property.
|
void |
setPDFXParamsRef(Object value)
Sets the value of the pdfxParamsRef property.
|
void |
setThinPDFParamsRef(Object value)
Sets the value of the thinPDFParamsRef property.
|
protected Boolean detectBlend
protected Boolean compressPages
protected Double pdfVersion
protected String defaultRenderingIntent
protected String binding
protected Boolean optimize
protected String autoRotatePages
protected Boolean ascii85EncodePages
protected Boolean doThumbnails
protected Integer overPrintMode
protected Object thinPDFParamsRef
protected Object advancedParamsRef
protected Object pdfxParamsRef
public Boolean getDetectBlend()
Booleanpublic void setDetectBlend(Boolean value)
value - allowed object is
Booleanpublic Boolean getCompressPages()
Booleanpublic void setCompressPages(Boolean value)
value - allowed object is
Booleanpublic Double getPDFVersion()
Doublepublic void setPDFVersion(Double value)
value - allowed object is
Doublepublic String getDefaultRenderingIntent()
Stringpublic void setDefaultRenderingIntent(String value)
value - allowed object is
Stringpublic String getBinding()
Stringpublic void setBinding(String value)
value - allowed object is
Stringpublic List<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 Boolean getOptimize()
Booleanpublic void setOptimize(Boolean value)
value - allowed object is
Booleanpublic String getAutoRotatePages()
Stringpublic void setAutoRotatePages(String value)
value - allowed object is
Stringpublic List<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 Boolean getASCII85EncodePages()
Booleanpublic void setASCII85EncodePages(Boolean value)
value - allowed object is
Booleanpublic Boolean getDoThumbnails()
Booleanpublic void setDoThumbnails(Boolean value)
value - allowed object is
Booleanpublic Integer getOverPrintMode()
Integerpublic void setOverPrintMode(Integer value)
value - allowed object is
Integerpublic Object getThinPDFParamsRef()
Objectpublic void setThinPDFParamsRef(Object value)
value - allowed object is
Objectpublic Object getAdvancedParamsRef()
Objectpublic void setAdvancedParamsRef(Object value)
value - allowed object is
Objectpublic Object getPDFXParamsRef()
ObjectCopyright © 2012. All Rights Reserved.