public class PDFInterpretingParams extends Object implements 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 Boolean |
emitPDFBG |
protected Boolean |
emitPDFHalftones |
protected Boolean |
emitPDFTransfers |
protected Boolean |
emitPDFUCR |
protected Boolean |
honorPDFOverprint |
protected Boolean |
iccColorAsDeviceColor |
protected List<OCGControl> |
ocgControls |
protected String |
ocgDefault |
protected String |
ocgIntent |
protected String |
ocgProcess |
protected Double |
ocgZoom |
protected Boolean |
printPDFAnnotations |
protected Boolean |
printTrapAnnotations |
protected Object |
referenceXObjParamsRef |
protected Double |
transparencyRenderingQuality |
| Constructor and Description |
|---|
PDFInterpretingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<OCGControl> |
getOCGControls()
Gets the value of the ocgControls property.
|
String |
getOCGDefault()
Gets the value of the ocgDefault property.
|
String |
getOCGIntent()
Gets the value of the ocgIntent property.
|
String |
getOCGProcess()
Gets the value of the ocgProcess property.
|
Double |
getOCGZoom()
Gets the value of the ocgZoom property.
|
Object |
getReferenceXObjParamsRef()
Gets the value of the referenceXObjParamsRef property.
|
Double |
getTransparencyRenderingQuality()
Gets the value of the transparencyRenderingQuality property.
|
Boolean |
isEmitPDFBG()
Gets the value of the emitPDFBG property.
|
Boolean |
isEmitPDFHalftones()
Gets the value of the emitPDFHalftones property.
|
Boolean |
isEmitPDFTransfers()
Gets the value of the emitPDFTransfers property.
|
Boolean |
isEmitPDFUCR()
Gets the value of the emitPDFUCR property.
|
Boolean |
isHonorPDFOverprint()
Gets the value of the honorPDFOverprint property.
|
Boolean |
isICCColorAsDeviceColor()
Gets the value of the iccColorAsDeviceColor property.
|
Boolean |
isPrintPDFAnnotations()
Gets the value of the printPDFAnnotations property.
|
Boolean |
isPrintTrapAnnotations()
Gets the value of the printTrapAnnotations property.
|
void |
setEmitPDFBG(Boolean value)
Sets the value of the emitPDFBG property.
|
void |
setEmitPDFHalftones(Boolean value)
Sets the value of the emitPDFHalftones property.
|
void |
setEmitPDFTransfers(Boolean value)
Sets the value of the emitPDFTransfers property.
|
void |
setEmitPDFUCR(Boolean value)
Sets the value of the emitPDFUCR property.
|
void |
setHonorPDFOverprint(Boolean value)
Sets the value of the honorPDFOverprint property.
|
void |
setICCColorAsDeviceColor(Boolean value)
Sets the value of the iccColorAsDeviceColor property.
|
void |
setOCGDefault(String value)
Sets the value of the ocgDefault property.
|
void |
setOCGIntent(String value)
Sets the value of the ocgIntent property.
|
void |
setOCGProcess(String value)
Sets the value of the ocgProcess property.
|
void |
setOCGZoom(Double value)
Sets the value of the ocgZoom property.
|
void |
setPrintPDFAnnotations(Boolean value)
Sets the value of the printPDFAnnotations property.
|
void |
setPrintTrapAnnotations(Boolean value)
Sets the value of the printTrapAnnotations property.
|
void |
setReferenceXObjParamsRef(Object value)
Sets the value of the referenceXObjParamsRef property.
|
void |
setTransparencyRenderingQuality(Double value)
Sets the value of the transparencyRenderingQuality property.
|
protected List<OCGControl> ocgControls
protected String ocgProcess
protected String ocgDefault
protected Boolean emitPDFBG
protected String ocgIntent
protected Boolean emitPDFHalftones
protected Boolean emitPDFUCR
protected Boolean printPDFAnnotations
protected Boolean printTrapAnnotations
protected Double transparencyRenderingQuality
protected Boolean honorPDFOverprint
protected Boolean emitPDFTransfers
protected Boolean iccColorAsDeviceColor
protected Double ocgZoom
protected Object referenceXObjParamsRef
public 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 String getOCGProcess()
Stringpublic void setOCGProcess(String value)
value - allowed object is
Stringpublic String getOCGDefault()
Stringpublic void setOCGDefault(String value)
value - allowed object is
Stringpublic Boolean isEmitPDFBG()
Booleanpublic void setEmitPDFBG(Boolean value)
value - allowed object is
Booleanpublic String getOCGIntent()
Stringpublic void setOCGIntent(String value)
value - allowed object is
Stringpublic Boolean isEmitPDFHalftones()
Booleanpublic void setEmitPDFHalftones(Boolean value)
value - allowed object is
Booleanpublic Boolean isEmitPDFUCR()
Booleanpublic void setEmitPDFUCR(Boolean value)
value - allowed object is
Booleanpublic Boolean isPrintPDFAnnotations()
Booleanpublic void setPrintPDFAnnotations(Boolean value)
value - allowed object is
Booleanpublic Boolean isPrintTrapAnnotations()
Booleanpublic void setPrintTrapAnnotations(Boolean value)
value - allowed object is
Booleanpublic Double getTransparencyRenderingQuality()
Doublepublic void setTransparencyRenderingQuality(Double value)
value - allowed object is
Doublepublic Boolean isHonorPDFOverprint()
Booleanpublic void setHonorPDFOverprint(Boolean value)
value - allowed object is
Booleanpublic Boolean isEmitPDFTransfers()
Booleanpublic void setEmitPDFTransfers(Boolean value)
value - allowed object is
Booleanpublic Boolean isICCColorAsDeviceColor()
Booleanpublic void setICCColorAsDeviceColor(Boolean value)
value - allowed object is
Booleanpublic Double getOCGZoom()
Doublepublic void setOCGZoom(Double value)
value - allowed object is
Doublepublic Object getReferenceXObjParamsRef()
ObjectCopyright © 2012. All Rights Reserved.