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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String getName()
- Returns:
- the name of the enum
isPDFA1LevelB
public boolean isPDFA1LevelB()
- Returns:
- true if this mode obey the restrictions established by PDF/A-1b.
valueOf
public static PDFAMode valueOf(java.lang.String s)
- Returns the mode enum object given a String.
- Parameters:
s
- the string- Returns:
- the PDFAMode enum object (DISABLED will be returned if no match is found)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.