public class PDFXParams 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">
<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 Boolean |
pdfx1ACheck |
protected Boolean |
pdfx3Check |
protected Double |
pdfxBleedBoxToTrimBoxOffset |
protected Boolean |
pdfxCompliantPDFOnly |
protected Boolean |
pdfxNoTrimBoxError |
protected String |
pdfxOutputCondition |
protected String |
pdfxOutputIntentProfile |
protected String |
pdfxRegistryName |
protected Boolean |
pdfxSetBleedBoxToMediaBox |
protected String |
pdfxTrapped |
protected Double |
pdfxTrimBoxToMediaBoxOffset |
| Constructor and Description |
|---|
PDFXParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getPDFXBleedBoxToTrimBoxOffset()
Gets the value of the pdfxBleedBoxToTrimBoxOffset property.
|
String |
getPDFXOutputCondition()
Gets the value of the pdfxOutputCondition property.
|
String |
getPDFXOutputIntentProfile()
Gets the value of the pdfxOutputIntentProfile property.
|
String |
getPDFXRegistryName()
Gets the value of the pdfxRegistryName property.
|
String |
getPDFXTrapped()
Gets the value of the pdfxTrapped property.
|
Double |
getPDFXTrimBoxToMediaBoxOffset()
Gets the value of the pdfxTrimBoxToMediaBoxOffset property.
|
Boolean |
isPDFX1ACheck()
Gets the value of the pdfx1ACheck property.
|
Boolean |
isPDFX3Check()
Gets the value of the pdfx3Check property.
|
Boolean |
isPDFXCompliantPDFOnly()
Gets the value of the pdfxCompliantPDFOnly property.
|
Boolean |
isPDFXNoTrimBoxError()
Gets the value of the pdfxNoTrimBoxError property.
|
Boolean |
isPDFXSetBleedBoxToMediaBox()
Gets the value of the pdfxSetBleedBoxToMediaBox property.
|
void |
setPDFX1ACheck(Boolean value)
Sets the value of the pdfx1ACheck property.
|
void |
setPDFX3Check(Boolean value)
Sets the value of the pdfx3Check property.
|
void |
setPDFXBleedBoxToTrimBoxOffset(Double value)
Sets the value of the pdfxBleedBoxToTrimBoxOffset property.
|
void |
setPDFXCompliantPDFOnly(Boolean value)
Sets the value of the pdfxCompliantPDFOnly property.
|
void |
setPDFXNoTrimBoxError(Boolean value)
Sets the value of the pdfxNoTrimBoxError property.
|
void |
setPDFXOutputCondition(String value)
Sets the value of the pdfxOutputCondition property.
|
void |
setPDFXOutputIntentProfile(String value)
Sets the value of the pdfxOutputIntentProfile property.
|
void |
setPDFXRegistryName(String value)
Sets the value of the pdfxRegistryName property.
|
void |
setPDFXSetBleedBoxToMediaBox(Boolean value)
Sets the value of the pdfxSetBleedBoxToMediaBox property.
|
void |
setPDFXTrapped(String value)
Sets the value of the pdfxTrapped property.
|
void |
setPDFXTrimBoxToMediaBoxOffset(Double value)
Sets the value of the pdfxTrimBoxToMediaBoxOffset property.
|
protected Boolean pdfxNoTrimBoxError
protected String pdfxOutputCondition
protected String pdfxRegistryName
protected Boolean pdfxCompliantPDFOnly
protected Double pdfxTrimBoxToMediaBoxOffset
protected Boolean pdfx3Check
protected Boolean pdfxSetBleedBoxToMediaBox
protected String pdfxTrapped
protected String pdfxOutputIntentProfile
protected Boolean pdfx1ACheck
protected Double pdfxBleedBoxToTrimBoxOffset
public Boolean isPDFXNoTrimBoxError()
Booleanpublic void setPDFXNoTrimBoxError(Boolean value)
value - allowed object is
Booleanpublic String getPDFXOutputCondition()
Stringpublic void setPDFXOutputCondition(String value)
value - allowed object is
Stringpublic String getPDFXRegistryName()
Stringpublic void setPDFXRegistryName(String value)
value - allowed object is
Stringpublic Boolean isPDFXCompliantPDFOnly()
Booleanpublic void setPDFXCompliantPDFOnly(Boolean value)
value - allowed object is
Booleanpublic Double getPDFXTrimBoxToMediaBoxOffset()
Doublepublic void setPDFXTrimBoxToMediaBoxOffset(Double value)
value - allowed object is
Doublepublic Boolean isPDFX3Check()
Booleanpublic void setPDFX3Check(Boolean value)
value - allowed object is
Booleanpublic Boolean isPDFXSetBleedBoxToMediaBox()
Booleanpublic void setPDFXSetBleedBoxToMediaBox(Boolean value)
value - allowed object is
Booleanpublic String getPDFXTrapped()
Stringpublic void setPDFXTrapped(String value)
value - allowed object is
Stringpublic String getPDFXOutputIntentProfile()
Stringpublic void setPDFXOutputIntentProfile(String value)
value - allowed object is
Stringpublic Boolean isPDFX1ACheck()
Booleanpublic void setPDFX1ACheck(Boolean value)
value - allowed object is
Booleanpublic Double getPDFXBleedBoxToTrimBoxOffset()
DoubleCopyright © 2012. All Rights Reserved.