public static enum PdfVisualTester.ProblemType extends Enum<PdfVisualTester.ProblemType>
| Enum Constant and Description |
|---|
EXTRA_EXPECTED_PAGE |
NO_ACTUAL_DOCUMENT_PROVIDED |
NO_EXPECTED_DOCUMENT_PROVIDED |
PAGE_COUNT_DIFFERENT |
PAGE_GOOD |
PAGE_SIZE_DIFFERENT |
PAGE_VISUALLY_DIFFERENT |
| Modifier and Type | Method and Description |
|---|---|
static PdfVisualTester.ProblemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfVisualTester.ProblemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfVisualTester.ProblemType PAGE_GOOD
public static final PdfVisualTester.ProblemType NO_EXPECTED_DOCUMENT_PROVIDED
public static final PdfVisualTester.ProblemType NO_ACTUAL_DOCUMENT_PROVIDED
public static final PdfVisualTester.ProblemType EXTRA_EXPECTED_PAGE
public static final PdfVisualTester.ProblemType PAGE_COUNT_DIFFERENT
public static final PdfVisualTester.ProblemType PAGE_SIZE_DIFFERENT
public static final PdfVisualTester.ProblemType PAGE_VISUALLY_DIFFERENT
public static PdfVisualTester.ProblemType[] values()
for (PdfVisualTester.ProblemType c : PdfVisualTester.ProblemType.values()) System.out.println(c);
public static PdfVisualTester.ProblemType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2004–2025. All rights reserved.