org.apache.fop.pdf
Class PDFAMode
java.lang.Object
org.apache.fop.pdf.PDFAMode
public final class PDFAMode
extends java.lang.Object
Enum class for PDF/A modes.
DISABLED
public static final PDFAMode DISABLED
PDF/A disabled
PDFA_1A
public static final PDFAMode PDFA_1A
PDF/A-1a enabled
PDFA_1B
public static final PDFAMode PDFA_1B
PDF/A-1b enabled
getName
public String getName()
isPDFA1LevelB
public boolean isPDFA1LevelB()
- true if this mode obey the restrictions established by PDF/A-1b.
toString
public String toString()
valueOf
public static PDFAMode valueOf(String s)
Returns the mode enum object given a String.
- the PDFAMode enum object (DISABLED will be returned if no match is found)
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.