|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.internal.PdfXConformanceImp
public class PdfXConformanceImp
| Field Summary | |
|---|---|
protected int |
pdfxConformance
The value indicating if the PDF has to be in conformance with PDF/X. |
protected PdfWriter |
writer
|
| Constructor Summary | |
|---|---|
PdfXConformanceImp(PdfWriter writer)
|
|
| Method Summary | |
|---|---|
void |
checkPdfIsoConformance(int key,
Object obj1)
Business logic that checks if a certain object is in conformance with PDF/X. |
int |
getPDFXConformance()
Getter for the PDF/X Conformance value. |
boolean |
isPdfIso()
Checks if any PDF ISO conformance is necessary. |
boolean |
isPdfX()
Checks if the PDF/X Conformance is necessary. |
boolean |
isPdfX1A2001()
Checks if the PDF has to be in conformance with PDF/X-1a:2001 |
boolean |
isPdfX32002()
Checks if the PDF has to be in conformance with PDF/X-3:2002 |
void |
setPDFXConformance(int pdfxConformance)
Sets the PDF/X conformance level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int pdfxConformance
protected PdfWriter writer
| Constructor Detail |
|---|
public PdfXConformanceImp(PdfWriter writer)
| Method Detail |
|---|
public void setPDFXConformance(int pdfxConformance)
PdfXConformance
setPDFXConformance in interface PdfXConformancepdfxConformance - the conformance levelPdfXConformance.setPDFXConformance(int)public int getPDFXConformance()
PdfXConformance
getPDFXConformance in interface PdfXConformancePdfXConformance.getPDFXConformance()public boolean isPdfIso()
PdfIsoConformance
isPdfIso in interface PdfIsoConformancetrue if the PDF has to be in conformance with any of the PDF ISO specificationsPdfIsoConformance.isPdfIso()public boolean isPdfX()
isPdfX in interface PdfXConformancepublic boolean isPdfX1A2001()
public boolean isPdfX32002()
public void checkPdfIsoConformance(int key,
Object obj1)
checkPdfIsoConformance in interface PdfIsoConformancekey - the type of PDF ISO conformance that has to be checkedobj1 - the object that is checked for conformance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||