Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Field and Description |
---|---|
static PDFAMode |
PDFAMode.DISABLED
PDF/A disabled
|
static PDFAMode |
PDFAMode.PDFA_1A
PDF/A-1a enabled
|
static PDFAMode |
PDFAMode.PDFA_1B
PDF/A-1b enabled
|
protected PDFAMode |
PDFProfile.pdfAMode
Indicates the PDF/A mode currently active.
|
Modifier and Type | Method and Description |
---|---|
PDFAMode |
PDFProfile.getPDFAMode() |
static PDFAMode |
PDFAMode.valueOf(java.lang.String s)
Returns the mode enum object given a String.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFProfile.setPDFAMode(PDFAMode mode)
Sets the PDF/A mode
|
Modifier and Type | Method and Description |
---|---|
void |
PDFRenderer.setAMode(PDFAMode mode)
Sets the PDF/A mode for the PDF renderer.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.