com.aspose.slides.export
Class PdfCompliance

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.export.PdfCompliance
All Implemented Interfaces:
java.lang.Comparable

public class PdfCompliance
extends Enumerate

Enumeration which defines the PDF compliance level.


Field Summary
static PdfCompliance PDF_15
          The output file will comply with the PDF 1.5 standard.
static int PDF_15_ID
           
static PdfCompliance PDF_A1B
          The output file will comply with the PDF/A-1b standard.
static int PDF_A1B_ID
           
 
Method Summary
static PdfCompliance toValue(int id)
           
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PDF_15

public static final PdfCompliance PDF_15
The output file will comply with the PDF 1.5 standard.


PDF_15_ID

public static final int PDF_15_ID
See Also:
Constant Field Values

PDF_A1B

public static final PdfCompliance PDF_A1B
The output file will comply with the PDF/A-1b standard.


PDF_A1B_ID

public static final int PDF_A1B_ID
See Also:
Constant Field Values
Method Detail

toValue

public static PdfCompliance toValue(int id)