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 |
---|---|
protected PDFVTMode |
PDFProfile.pdfVTMode |
Modifier and Type | Method and Description |
---|---|
PDFVTMode |
PDFProfile.getPDFVTMode() |
static PDFVTMode |
PDFVTMode.getValueOf(String s)
Returns the mode enum object given a String.
|
static PDFVTMode |
PDFVTMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFVTMode[] |
PDFVTMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFProfile.setPDFVTMode(PDFVTMode mode)
Sets the PDF/X mode
|
Modifier and Type | Method and Description |
---|---|
PDFVTMode |
PDFRendererOptionsConfig.getPDFVTMode() |
Copyright © 2025 Apache Software Foundation. All rights reserved.