|
||||||||||
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 PdfXConformance
pdfxConformance
- the conformance levelPdfXConformance.setPDFXConformance(int)
public int getPDFXConformance()
PdfXConformance
getPDFXConformance
in interface PdfXConformance
PdfXConformance.getPDFXConformance()
public boolean isPdfIso()
PdfIsoConformance
isPdfIso
in interface PdfIsoConformance
true
if the PDF has to be in conformance with any of the PDF ISO specificationsPdfIsoConformance.isPdfIso()
public boolean isPdfX()
isPdfX
in interface PdfXConformance
public boolean isPdfX1A2001()
public boolean isPdfX32002()
public void checkPdfIsoConformance(int key, Object obj1)
checkPdfIsoConformance
in interface PdfIsoConformance
key
- 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 |