Uses of Class
org.mustangproject.ZUGFeRD.PDFAConformanceLevel
-
Packages that use PDFAConformanceLevel Package Description org.mustangproject.ZUGFeRD -
-
Uses of PDFAConformanceLevel in org.mustangproject.ZUGFeRD
Fields in org.mustangproject.ZUGFeRD declared as PDFAConformanceLevel Modifier and Type Field Description protected PDFAConformanceLevelDXExporterFromA3. conformanceLevelprotected PDFAConformanceLevelOXExporterFromA3. conformanceLevelprotected PDFAConformanceLevelZUGFeRDExporterFromA3. conformanceLevelMethods in org.mustangproject.ZUGFeRD that return PDFAConformanceLevel Modifier and Type Method Description static PDFAConformanceLevelPDFAConformanceLevel. findByLetter(java.lang.String letter)static PDFAConformanceLevelPDFAConformanceLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PDFAConformanceLevel[]PDFAConformanceLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mustangproject.ZUGFeRD with parameters of type PDFAConformanceLevel Modifier and Type Method Description DXExporterFromA1DXExporterFromA1. setConformanceLevel(PDFAConformanceLevel newLevel)DXExporterFromA3DXExporterFromA3. setConformanceLevel(PDFAConformanceLevel newLevel)All files are PDF/A-3, setConformance refers to the level conformance.IZUGFeRDExporterIZUGFeRDExporter. setConformanceLevel(PDFAConformanceLevel newLevel)OXExporterFromA1OXExporterFromA1. setConformanceLevel(PDFAConformanceLevel newLevel)OXExporterFromA3OXExporterFromA3. setConformanceLevel(PDFAConformanceLevel newLevel)All files are PDF/A-3, setConformance refers to the level conformance.ZUGFeRDExporterFromA1ZUGFeRDExporterFromA1. setConformanceLevel(PDFAConformanceLevel newLevel)ZUGFeRDExporterFromA3ZUGFeRDExporterFromA3. setConformanceLevel(PDFAConformanceLevel newLevel)All files are PDF/A-3, setConformance refers to the level conformance.IZUGFeRDExporterZUGFeRDExporterFromPDFA. setConformanceLevel(PDFAConformanceLevel newLevel)
-