Enum RecordTypes

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<RecordTypes>

    public enum RecordTypes
    extends java.lang.Enum<RecordTypes>
    List of all known record types in a PowerPoint document, and the classes that handle them. There are two categories of records:
  • PowerPoint records: 0 <= info <= 10002 (will carry class info)
  • Escher records: info >= 0xF000 (handled by DDF, so no class info)