Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Field and Description |
---|---|
static PDFXMode |
PDFXMode.DISABLED
PDF/X disabled
|
static PDFXMode |
PDFXMode.PDFX_3_2003
PDF/X-3:2003 enabled
|
protected PDFXMode |
PDFProfile.pdfXMode
Indicates the PDF/X mode currently active.
|
Modifier and Type | Method and Description |
---|---|
PDFXMode |
PDFProfile.getPDFXMode() |
static PDFXMode |
PDFXMode.valueOf(java.lang.String s)
Returns the mode enum object given a String.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFProfile.setPDFXMode(PDFXMode mode)
Sets the PDF/X mode
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.