Enum Class Ole10Native.EncodingMode

java.lang.Object
java.lang.Enum<Ole10Native.EncodingMode>
org.docx4j.org.apache.poi.poifs.filesystem.Ole10Native.EncodingMode
All Implemented Interfaces:
Serializable, Comparable<Ole10Native.EncodingMode>, Constable
Enclosing class:
Ole10Native

private static enum Ole10Native.EncodingMode extends Enum<Ole10Native.EncodingMode>
the field encoding mode - merely a try-and-error guess ...
  • Enum Constant Details

    • parsed

      public static final Ole10Native.EncodingMode parsed
      the data is stored in parsed format - including label, command, etc.
    • unparsed

      public static final Ole10Native.EncodingMode unparsed
      the data is stored raw after the length field
    • compact

      public static final Ole10Native.EncodingMode compact
      the data is stored raw after the length field and the flags1 field
  • Constructor Details

    • EncodingMode

      private EncodingMode()
  • Method Details

    • values

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

      public static Ole10Native.EncodingMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null