Uses of Enum
com.itextpdf.kernel.pdf.IsoKey
-
Uses of IsoKey in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionstatic IsoKey
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 TypeMethodDescriptionvoid
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. -
Uses of IsoKey in com.itextpdf.pdfa
Modifier and TypeMethodDescriptionvoid
PdfADocument.checkIsoConformance
(Object obj, IsoKey key) Checks whether PDF document conforms a specific standard.void
PdfADocument.checkIsoConformance
(Object obj, IsoKey key, PdfResources resources, PdfStream contentStream) Checks whether PDF document conforms a specific standard.void
PdfADocument.checkIsoConformance
(Object obj, IsoKey key, PdfResources resources, PdfStream contentStream, Object extra) Checks whether PDF document conforms a specific standard.