Class PdfIsoKeys


  • public class PdfIsoKeys
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int PDFISOKEY_ACTION
      A key for an aspect that can be checked for PDF ISO Conformance.
      static int PDFISOKEY_ANNOTATION
      A key for an aspect that can be checked for PDF ISO Conformance.
      static int PDFISOKEY_CANVAS
      A key for an aspect that can be checked for PDF ISO Conformance.
      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_FILESPEC
      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_FORM
      A key for an aspect that can be checked for PDF ISO Conformance.
      static int PDFISOKEY_FORM_XOBJ
      A key for an aspect that can be checked for PDF ISO Conformance.
      static int PDFISOKEY_GRAY
      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_INLINE_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_OBJECT
      A key for an aspect that can be checked for PDF ISO Conformance.
      static int PDFISOKEY_OUTPUTINTENT
      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.
      static int PDFISOKEY_STREAM
      A key for an aspect that can be checked for PDF ISO Conformance.
      static int PDFISOKEY_STRUCTELEM
      A key for an aspect that can be checked for PDF ISO Conformance.
      static int PDFISOKEY_TRAILER
      A key for an aspect that can be checked for PDF ISO Conformance.
    • Constructor Summary

      Constructors 
      Constructor Description
      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
      • PDFISOKEY_TRAILER

        public static final int PDFISOKEY_TRAILER
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_STREAM

        public static final int PDFISOKEY_STREAM
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_FILESPEC

        public static final int PDFISOKEY_FILESPEC
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_OBJECT

        public static final int PDFISOKEY_OBJECT
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_CANVAS

        public static final int PDFISOKEY_CANVAS
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_ANNOTATION

        public static final int PDFISOKEY_ANNOTATION
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_ACTION

        public static final int PDFISOKEY_ACTION
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_FORM

        public static final int PDFISOKEY_FORM
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_STRUCTELEM

        public static final int PDFISOKEY_STRUCTELEM
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_INLINE_IMAGE

        public static final int PDFISOKEY_INLINE_IMAGE
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_GRAY

        public static final int PDFISOKEY_GRAY
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_OUTPUTINTENT

        public static final int PDFISOKEY_OUTPUTINTENT
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
      • PDFISOKEY_FORM_XOBJ

        public static final int PDFISOKEY_FORM_XOBJ
        A key for an aspect that can be checked for PDF ISO Conformance.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PdfIsoKeys

        public PdfIsoKeys()