public class PDFInterpretingParams
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}OCGControl" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="OCGProcess" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="OCGDefault" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="EmitPDFBG" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OCGIntent" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="EmitPDFHalftones" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EmitPDFUCR" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PrintPDFAnnotations" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PrintTrapAnnotations" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="TransparencyRenderingQuality" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="HonorPDFOverprint" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EmitPDFTransfers" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ICCColorAsDeviceColor" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OCGZoom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ReferenceXObjParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
emitPDFBG |
protected java.lang.Boolean |
emitPDFHalftones |
protected java.lang.Boolean |
emitPDFTransfers |
protected java.lang.Boolean |
emitPDFUCR |
protected java.lang.Boolean |
honorPDFOverprint |
protected java.lang.Boolean |
iccColorAsDeviceColor |
protected java.util.List<OCGControl> |
ocgControls |
protected java.lang.String |
ocgDefault |
protected java.lang.String |
ocgIntent |
protected java.lang.String |
ocgProcess |
protected java.lang.Double |
ocgZoom |
protected java.lang.Boolean |
printPDFAnnotations |
protected java.lang.Boolean |
printTrapAnnotations |
protected java.lang.Object |
referenceXObjParamsRef |
protected java.lang.Double |
transparencyRenderingQuality |
| Constructor and Description |
|---|
PDFInterpretingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getEmitPDFBG()
Gets the value of the emitPDFBG property.
|
java.lang.Boolean |
getEmitPDFHalftones()
Gets the value of the emitPDFHalftones property.
|
java.lang.Boolean |
getEmitPDFTransfers()
Gets the value of the emitPDFTransfers property.
|
java.lang.Boolean |
getEmitPDFUCR()
Gets the value of the emitPDFUCR property.
|
java.lang.Boolean |
getHonorPDFOverprint()
Gets the value of the honorPDFOverprint property.
|
java.lang.Boolean |
getICCColorAsDeviceColor()
Gets the value of the iccColorAsDeviceColor property.
|
java.util.List<OCGControl> |
getOCGControls()
Gets the value of the ocgControls property.
|
java.lang.String |
getOCGDefault()
Gets the value of the ocgDefault property.
|
java.lang.String |
getOCGIntent()
Gets the value of the ocgIntent property.
|
java.lang.String |
getOCGProcess()
Gets the value of the ocgProcess property.
|
java.lang.Double |
getOCGZoom()
Gets the value of the ocgZoom property.
|
java.lang.Boolean |
getPrintPDFAnnotations()
Gets the value of the printPDFAnnotations property.
|
java.lang.Boolean |
getPrintTrapAnnotations()
Gets the value of the printTrapAnnotations property.
|
java.lang.Object |
getReferenceXObjParamsRef()
Gets the value of the referenceXObjParamsRef property.
|
java.lang.Double |
getTransparencyRenderingQuality()
Gets the value of the transparencyRenderingQuality property.
|
void |
setEmitPDFBG(java.lang.Boolean value)
Sets the value of the emitPDFBG property.
|
void |
setEmitPDFHalftones(java.lang.Boolean value)
Sets the value of the emitPDFHalftones property.
|
void |
setEmitPDFTransfers(java.lang.Boolean value)
Sets the value of the emitPDFTransfers property.
|
void |
setEmitPDFUCR(java.lang.Boolean value)
Sets the value of the emitPDFUCR property.
|
void |
setHonorPDFOverprint(java.lang.Boolean value)
Sets the value of the honorPDFOverprint property.
|
void |
setICCColorAsDeviceColor(java.lang.Boolean value)
Sets the value of the iccColorAsDeviceColor property.
|
void |
setOCGDefault(java.lang.String value)
Sets the value of the ocgDefault property.
|
void |
setOCGIntent(java.lang.String value)
Sets the value of the ocgIntent property.
|
void |
setOCGProcess(java.lang.String value)
Sets the value of the ocgProcess property.
|
void |
setOCGZoom(java.lang.Double value)
Sets the value of the ocgZoom property.
|
void |
setPrintPDFAnnotations(java.lang.Boolean value)
Sets the value of the printPDFAnnotations property.
|
void |
setPrintTrapAnnotations(java.lang.Boolean value)
Sets the value of the printTrapAnnotations property.
|
void |
setReferenceXObjParamsRef(java.lang.Object value)
Sets the value of the referenceXObjParamsRef property.
|
void |
setTransparencyRenderingQuality(java.lang.Double value)
Sets the value of the transparencyRenderingQuality property.
|
protected java.util.List<OCGControl> ocgControls
protected java.lang.String ocgProcess
protected java.lang.String ocgDefault
protected java.lang.Boolean emitPDFBG
protected java.lang.String ocgIntent
protected java.lang.Boolean emitPDFHalftones
protected java.lang.Boolean emitPDFUCR
protected java.lang.Boolean printPDFAnnotations
protected java.lang.Boolean printTrapAnnotations
protected java.lang.Double transparencyRenderingQuality
protected java.lang.Boolean honorPDFOverprint
protected java.lang.Boolean emitPDFTransfers
protected java.lang.Boolean iccColorAsDeviceColor
protected java.lang.Double ocgZoom
protected java.lang.Object referenceXObjParamsRef
public java.util.List<OCGControl> getOCGControls()
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 ocgControls property.
For example, to add a new item, do as follows:
getOCGControls().add(newItem);
Objects of the following type(s) are allowed in the list
OCGControl
public java.lang.String getOCGProcess()
Stringpublic void setOCGProcess(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOCGDefault()
Stringpublic void setOCGDefault(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getEmitPDFBG()
Booleanpublic void setEmitPDFBG(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getOCGIntent()
Stringpublic void setOCGIntent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getEmitPDFHalftones()
Booleanpublic void setEmitPDFHalftones(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getEmitPDFUCR()
Booleanpublic void setEmitPDFUCR(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getPrintPDFAnnotations()
Booleanpublic void setPrintPDFAnnotations(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getPrintTrapAnnotations()
Booleanpublic void setPrintTrapAnnotations(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getTransparencyRenderingQuality()
Doublepublic void setTransparencyRenderingQuality(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getHonorPDFOverprint()
Booleanpublic void setHonorPDFOverprint(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getEmitPDFTransfers()
Booleanpublic void setEmitPDFTransfers(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getICCColorAsDeviceColor()
Booleanpublic void setICCColorAsDeviceColor(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getOCGZoom()
Doublepublic void setOCGZoom(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getReferenceXObjParamsRef()
Objectpublic void setReferenceXObjParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.