Enum IsoKey

java.lang.Object
java.lang.Enum<IsoKey>
com.itextpdf.kernel.pdf.IsoKey
All Implemented Interfaces:
Serializable, Comparable<IsoKey>, java.lang.constant.Constable

public enum IsoKey extends Enum<IsoKey>
Type of object to conform.
  • Enum Constant Details

    • CANVAS_STACK

      public static final IsoKey CANVAS_STACK
    • FILL_COLOR

      public static final IsoKey FILL_COLOR
    • EXTENDED_GRAPHICS_STATE

      public static final IsoKey EXTENDED_GRAPHICS_STATE
    • INLINE_IMAGE

      public static final IsoKey INLINE_IMAGE
    • PAGE

      public static final IsoKey PAGE
    • PDF_OBJECT

      public static final IsoKey PDF_OBJECT
    • RENDERING_INTENT

      public static final IsoKey RENDERING_INTENT
    • STROKE_COLOR

      public static final IsoKey STROKE_COLOR
    • TAG_STRUCTURE_ELEMENT

      public static final IsoKey TAG_STRUCTURE_ELEMENT
    • FONT_GLYPHS

      public static final IsoKey FONT_GLYPHS
    • XREF_TABLE

      public static final IsoKey XREF_TABLE
    • SIGNATURE

      public static final IsoKey SIGNATURE
    • SIGNATURE_TYPE

      public static final IsoKey SIGNATURE_TYPE
    • CRYPTO

      public static final IsoKey CRYPTO
    • FONT

      public static final IsoKey FONT
  • Method Details

    • values

      public static IsoKey[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static IsoKey valueOf (String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null