| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
static IsoKey |
IsoKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsoKey[] |
IsoKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfDocument.checkIsoConformance(Object obj,
IsoKey key)
Checks whether PDF document conforms a specific standard.
|
void |
PdfDocument.checkIsoConformance(Object obj,
IsoKey key,
PdfResources resources,
PdfStream contentStream)
Checks whether PDF document conforms a specific standard.
|
void |
PdfDocument.checkIsoConformance(Object obj,
IsoKey key,
PdfResources resources,
PdfStream contentStream,
Object extra)
Checks whether PDF document conforms a specific standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationContainer.validate(Object obj,
IsoKey key,
PdfResources resources,
PdfStream contentStream,
Object extra)
Check the provided object for conformance with all the
IValidationChecker implementations. |
void |
IValidationChecker.validateObject(Object obj,
IsoKey key,
PdfResources resources,
PdfStream contentStream,
Object extra)
Check the provided object for conformance.
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.