Uses of Enum
com.pdftools.pdf.Conformance.PdfAVersion.Level
Packages that use Conformance.PdfAVersion.Level
-
Uses of Conformance.PdfAVersion.Level in com.pdftools.pdf
Methods in com.pdftools.pdf that return Conformance.PdfAVersion.LevelModifier and TypeMethodDescriptionConformance.PdfAVersion.getLevel()The PDF/A conformance levelReturns the enum constant of this type with the specified name.static Conformance.PdfAVersion.Level[]Conformance.PdfAVersion.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pdftools.pdf with parameters of type Conformance.PdfAVersion.LevelModifierConstructorDescriptionPdfAVersion(int part, Conformance.PdfAVersion.Level level) Create a new PDF/A version.