public class PDFXParams
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">
<attribute name="PDFXNoTrimBoxError" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFXOutputCondition" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PDFXRegistryName" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="PDFXCompliantPDFOnly" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFXTrimBoxToMediaBoxOffset" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="PDFX3Check" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFXSetBleedBoxToMediaBox" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFXTrapped" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PDFXOutputIntentProfile" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PDFX1aCheck" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFXBleedBoxToTrimBoxOffset" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
pdfx1ACheck |
protected java.lang.Boolean |
pdfx3Check |
protected java.lang.Double |
pdfxBleedBoxToTrimBoxOffset |
protected java.lang.Boolean |
pdfxCompliantPDFOnly |
protected java.lang.Boolean |
pdfxNoTrimBoxError |
protected java.lang.String |
pdfxOutputCondition |
protected java.lang.String |
pdfxOutputIntentProfile |
protected java.lang.String |
pdfxRegistryName |
protected java.lang.Boolean |
pdfxSetBleedBoxToMediaBox |
protected java.lang.String |
pdfxTrapped |
protected java.lang.Double |
pdfxTrimBoxToMediaBoxOffset |
| Constructor and Description |
|---|
PDFXParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getPDFX1ACheck()
Gets the value of the pdfx1ACheck property.
|
java.lang.Boolean |
getPDFX3Check()
Gets the value of the pdfx3Check property.
|
java.lang.Double |
getPDFXBleedBoxToTrimBoxOffset()
Gets the value of the pdfxBleedBoxToTrimBoxOffset property.
|
java.lang.Boolean |
getPDFXCompliantPDFOnly()
Gets the value of the pdfxCompliantPDFOnly property.
|
java.lang.Boolean |
getPDFXNoTrimBoxError()
Gets the value of the pdfxNoTrimBoxError property.
|
java.lang.String |
getPDFXOutputCondition()
Gets the value of the pdfxOutputCondition property.
|
java.lang.String |
getPDFXOutputIntentProfile()
Gets the value of the pdfxOutputIntentProfile property.
|
java.lang.String |
getPDFXRegistryName()
Gets the value of the pdfxRegistryName property.
|
java.lang.Boolean |
getPDFXSetBleedBoxToMediaBox()
Gets the value of the pdfxSetBleedBoxToMediaBox property.
|
java.lang.String |
getPDFXTrapped()
Gets the value of the pdfxTrapped property.
|
java.lang.Double |
getPDFXTrimBoxToMediaBoxOffset()
Gets the value of the pdfxTrimBoxToMediaBoxOffset property.
|
void |
setPDFX1ACheck(java.lang.Boolean value)
Sets the value of the pdfx1ACheck property.
|
void |
setPDFX3Check(java.lang.Boolean value)
Sets the value of the pdfx3Check property.
|
void |
setPDFXBleedBoxToTrimBoxOffset(java.lang.Double value)
Sets the value of the pdfxBleedBoxToTrimBoxOffset property.
|
void |
setPDFXCompliantPDFOnly(java.lang.Boolean value)
Sets the value of the pdfxCompliantPDFOnly property.
|
void |
setPDFXNoTrimBoxError(java.lang.Boolean value)
Sets the value of the pdfxNoTrimBoxError property.
|
void |
setPDFXOutputCondition(java.lang.String value)
Sets the value of the pdfxOutputCondition property.
|
void |
setPDFXOutputIntentProfile(java.lang.String value)
Sets the value of the pdfxOutputIntentProfile property.
|
void |
setPDFXRegistryName(java.lang.String value)
Sets the value of the pdfxRegistryName property.
|
void |
setPDFXSetBleedBoxToMediaBox(java.lang.Boolean value)
Sets the value of the pdfxSetBleedBoxToMediaBox property.
|
void |
setPDFXTrapped(java.lang.String value)
Sets the value of the pdfxTrapped property.
|
void |
setPDFXTrimBoxToMediaBoxOffset(java.lang.Double value)
Sets the value of the pdfxTrimBoxToMediaBoxOffset property.
|
protected java.lang.Boolean pdfxNoTrimBoxError
protected java.lang.String pdfxOutputCondition
protected java.lang.String pdfxRegistryName
protected java.lang.Boolean pdfxCompliantPDFOnly
protected java.lang.Double pdfxTrimBoxToMediaBoxOffset
protected java.lang.Boolean pdfx3Check
protected java.lang.Boolean pdfxSetBleedBoxToMediaBox
protected java.lang.String pdfxTrapped
protected java.lang.String pdfxOutputIntentProfile
protected java.lang.Boolean pdfx1ACheck
protected java.lang.Double pdfxBleedBoxToTrimBoxOffset
public java.lang.Boolean getPDFXNoTrimBoxError()
Booleanpublic void setPDFXNoTrimBoxError(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPDFXOutputCondition()
Stringpublic void setPDFXOutputCondition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPDFXRegistryName()
Stringpublic void setPDFXRegistryName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getPDFXCompliantPDFOnly()
Booleanpublic void setPDFXCompliantPDFOnly(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getPDFXTrimBoxToMediaBoxOffset()
Doublepublic void setPDFXTrimBoxToMediaBoxOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getPDFX3Check()
Booleanpublic void setPDFX3Check(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getPDFXSetBleedBoxToMediaBox()
Booleanpublic void setPDFXSetBleedBoxToMediaBox(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPDFXTrapped()
Stringpublic void setPDFXTrapped(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPDFXOutputIntentProfile()
Stringpublic void setPDFXOutputIntentProfile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getPDFX1ACheck()
Booleanpublic void setPDFX1ACheck(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getPDFXBleedBoxToTrimBoxOffset()
Doublepublic void setPDFXBleedBoxToTrimBoxOffset(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.