public final class PDFAMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PDFAMode |
DISABLED
PDF/A disabled
|
static PDFAMode |
PDFA_1A
PDF/A-1a enabled
|
static PDFAMode |
PDFA_1B
PDF/A-1b enabled
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
boolean |
isPDFA1LevelA()
Indicates whether this mode obeys the restrictions established by PDF/A-1a.
|
boolean |
isPDFA1LevelB()
Indicates whether this mode obeys the restrictions established by PDF/A-1b.
|
java.lang.String |
toString() |
static PDFAMode |
valueOf(java.lang.String s)
Returns the mode enum object given a String.
|
public static final PDFAMode DISABLED
public static final PDFAMode PDFA_1A
public static final PDFAMode PDFA_1B
public java.lang.String getName()
public boolean isPDFA1LevelA()
public boolean isPDFA1LevelB()
public static PDFAMode valueOf(java.lang.String s)
s
- the stringpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.