Enum HemfComment.EmfFormatSignature

java.lang.Object
java.lang.Enum<HemfComment.EmfFormatSignature>
org.apache.poi.hemf.record.emf.HemfComment.EmfFormatSignature
All Implemented Interfaces:
Serializable, Comparable<HemfComment.EmfFormatSignature>, java.lang.constant.Constable
Enclosing class:
HemfComment

public static enum HemfComment.EmfFormatSignature extends Enum<HemfComment.EmfFormatSignature>
  • Enum Constant Details

    • ENHMETA_SIGNATURE

      public static final HemfComment.EmfFormatSignature ENHMETA_SIGNATURE
      The value of this member is the sequence of ASCII characters "FME ", which happens to be the reverse of the string "EMF", and it denotes EMF record data.
    • EPS_SIGNATURE

      public static final HemfComment.EmfFormatSignature EPS_SIGNATURE
      The value of this member is the sequence of ASCII characters "FSPE", which happens to be the reverse of the string "EPSF", and it denotes encapsulated PostScript (EPS) format data.
  • Method Details

    • values

      public static HemfComment.EmfFormatSignature[] 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 HemfComment.EmfFormatSignature 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
    • getById

      public static HemfComment.EmfFormatSignature getById(int id)