fop 2.1

Uses of Class
org.apache.fop.pdf.PDFAMode

Packages that use PDFAMode
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.pdf PDF Renderer 
 

Uses of PDFAMode in org.apache.fop.pdf
 

Fields in org.apache.fop.pdf declared as PDFAMode
protected  PDFAMode PDFProfile.pdfAMode
          Indicates the PDF/A mode currently active.
 

Methods in org.apache.fop.pdf that return PDFAMode
 PDFAMode PDFProfile.getPDFAMode()
           
static PDFAMode PDFAMode.getValueOf(java.lang.String s)
          Returns the mode enum object given a String.
static PDFAMode PDFAMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PDFAMode[] PDFAMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.fop.pdf with parameters of type PDFAMode
 void PDFProfile.setPDFAMode(PDFAMode mode)
          Sets the PDF/A mode
 

Uses of PDFAMode in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf that return PDFAMode
 PDFAMode PDFRendererOptionsConfig.getPDFAMode()
           
 


fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.