PdfComplianceLevel class #
Constants which define the PDF standards compliance level.
Constants #
| Name | Value | Description |
|---|---|---|
| Pdf15 | 0 | The output file will comply with the PDF 1.5 standard. |
| Pdf16 | 1 | The output file will comply with the PDF 1.6 standard. |
| Pdf17 | 2 | The output file will comply with the PDF 1.7 standard. |
| PdfA1b | 3 | The output file will comply with the PDF/A-1b standard. |
| PdfA1a | 4 | The output file will comply with the PDF/A-1a standard. |
| PdfA2b | 5 | The output file will comply with the PDF/A-2b standard. |
| PdfA2a | 6 | The output file will comply with the PDF/A-2a standard. |
| PdfA3b | 7 | The output file will comply with the PDF/A-3b standard. |
| PdfA3a | 8 | The output file will comply with the PDF/A-3a standard. |
| PdfUa | 9 | The output file will comply with the PDF/UA standard. |
| PdfA2u | 10 | The output file will comply with the PDF/A-2u standard. |
Pdf15 #
The output file will comply with the PDF 1.5 standard.
Pdf16 #
The output file will comply with the PDF 1.6 standard.
Pdf17 #
The output file will comply with the PDF 1.7 standard.
PdfA1b #
The output file will comply with the PDF/A-1b standard.
PdfA1a #
The output file will comply with the PDF/A-1a standard.
PdfA2b #
The output file will comply with the PDF/A-2b standard.
PdfA2a #
The output file will comply with the PDF/A-2a standard.
PdfA3b #
The output file will comply with the PDF/A-3b standard.
PdfA3a #
The output file will comply with the PDF/A-3a standard.
PdfUa #
The output file will comply with the PDF/UA standard.
PdfA2u #
The output file will comply with the PDF/A-2u standard.
Clone #
| Name | Description |
|---|---|
| Clone () |
Result: T
CloneTo #
| Name | Description |
|---|---|
| CloneTo (T) |
format #
| Name | Description |
|---|---|
| format (java.lang.Class, long, String) |
Result: String
format #
| Name | Description |
|---|---|
| format (Type, Object, String) |
Result: String
getName #
| Name | Description |
|---|---|
| getName (java.lang.Class, long) |
Result: String
getName #
| Name | Description |
|---|---|
| getName (Type, Object) |
Result: String
getNames #
| Name | Description |
|---|---|
| getNames (java.lang.Class) |
Result: Collection
getNames #
| Name | Description |
|---|---|
| getNames (Type) |
Result: String
getUnderlyingType #
| Name | Description |
|---|---|
| getUnderlyingType (java.lang.Class) |
Result: Class
getUnderlyingType #
| Name | Description |
|---|---|
| getUnderlyingType (Type) |
Result: Type
getValue #
| Name | Description |
|---|---|
| getValue (java.lang.Class, String) |
Result: long
getValues #
| Name | Description |
|---|---|
| getValues (Type) |
Result: Array
get_Caption #
| Name | Description |
|---|---|
| get_Caption () |
Result: String
get_Value #
| Name | Description |
|---|---|
| get_Value () |
Result: long
isDefined #
| Name | Description |
|---|---|
| isDefined (java.lang.Class, long) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, long) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, String) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, Object) |
Result: boolean
parse #
| Name | Description |
|---|---|
| parse (java.lang.Class, String) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (java.lang.Class, String, Boolean) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (Type, String) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (Type, String, Boolean) |
Result: long
register #
| Name | Description |
|---|---|
| register (Enum.AbstractEnum) |
toObject #
| Name | Description |
|---|---|
| toObject (Type, Object) |
Result: Object
toString #
| Name | Description |
|---|---|
| toString (java.lang.Class, long) |
Result: String