com.itextpdf.text.pdf.internal
Class PdfIsoKeys

java.lang.Object
  extended by com.itextpdf.text.pdf.internal.PdfIsoKeys

public class PdfIsoKeys
extends Object


Field Summary
static int PDFISOKEY_CMYK
          A key for an aspect that can be checked for PDF ISO Conformance.
static int PDFISOKEY_COLOR
          A key for an aspect that can be checked for PDF ISO Conformance.
static int PDFISOKEY_FONT
          A key for an aspect that can be checked for PDF ISO Conformance.
static int PDFISOKEY_GSTATE
          A key for an aspect that can be checked for PDF ISO Conformance.
static int PDFISOKEY_IMAGE
          A key for an aspect that can be checked for PDF ISO Conformance.
static int PDFISOKEY_LAYER
          A key for an aspect that can be checked for PDF ISO Conformance.
static int PDFISOKEY_RGB
          A key for an aspect that can be checked for PDF ISO Conformance.
 
Constructor Summary
PdfIsoKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PDFISOKEY_COLOR

public static final int PDFISOKEY_COLOR
A key for an aspect that can be checked for PDF ISO Conformance.

See Also:
Constant Field Values

PDFISOKEY_CMYK

public static final int PDFISOKEY_CMYK
A key for an aspect that can be checked for PDF ISO Conformance.

See Also:
Constant Field Values

PDFISOKEY_RGB

public static final int PDFISOKEY_RGB
A key for an aspect that can be checked for PDF ISO Conformance.

See Also:
Constant Field Values

PDFISOKEY_FONT

public static final int PDFISOKEY_FONT
A key for an aspect that can be checked for PDF ISO Conformance.

See Also:
Constant Field Values

PDFISOKEY_IMAGE

public static final int PDFISOKEY_IMAGE
A key for an aspect that can be checked for PDF ISO Conformance.

See Also:
Constant Field Values

PDFISOKEY_GSTATE

public static final int PDFISOKEY_GSTATE
A key for an aspect that can be checked for PDF ISO Conformance.

See Also:
Constant Field Values

PDFISOKEY_LAYER

public static final int PDFISOKEY_LAYER
A key for an aspect that can be checked for PDF ISO Conformance.

See Also:
Constant Field Values
Constructor Detail

PdfIsoKeys

public PdfIsoKeys()


Copyright © 2013. All Rights Reserved.