org.apache.fop.render.pdf
Class PDFRendererOptionsConfig
java.lang.Object
org.apache.fop.render.pdf.PDFRendererOptionsConfig
public final class PDFRendererOptionsConfig
- extends java.lang.Object
The renderer options configuration data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFilterMap
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getFilterMap()
getPDFAMode
public PDFAMode getPDFAMode()
getPDFXMode
public PDFXMode getPDFXMode()
getPDFVTMode
public PDFVTMode getPDFVTMode()
getEncryptionParameters
public PDFEncryptionParams getEncryptionParameters()
getOutputProfileURI
public java.net.URI getOutputProfileURI()
getDisableSRGBColorSpace
public java.lang.Boolean getDisableSRGBColorSpace()
getPDFVersion
public Version getPDFVersion()
getMergeFontsEnabled
public java.lang.Boolean getMergeFontsEnabled()
getLinearizationEnabled
public java.lang.Boolean getLinearizationEnabled()
Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.