Modifier and Type | Method and Description |
---|---|
abstract org.apache.pdfbox.preflight.Format |
getPdfBoxConstant() |
static Standard |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Standard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Standard PDFA_1A
public static final Standard PDFA_1B
public static Standard[] values()
for (Standard c : Standard.values()) System.out.println(c);
public static Standard valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract org.apache.pdfbox.preflight.Format getPdfBoxConstant()
Copyright (C) PDFUnit.com. See here for license.