Enum ClassIDPredefined

    • Enum Constant Detail

      • OLE_V1_PACKAGE

        public static final ClassIDPredefined OLE_V1_PACKAGE
        OLE 1.0 package manager
      • EXCEL_V3_CHART

        public static final ClassIDPredefined EXCEL_V3_CHART
        Excel V3 - chart
      • EXCEL_V3_MACRO

        public static final ClassIDPredefined EXCEL_V3_MACRO
        Excel V3 - macro
      • EXCEL_V7_WORKBOOK

        public static final ClassIDPredefined EXCEL_V7_WORKBOOK
        Excel V7 / 95 - workbook
      • EXCEL_V7_CHART

        public static final ClassIDPredefined EXCEL_V7_CHART
        Excel V7 / 95 - chart
      • EXCEL_V8_CHART

        public static final ClassIDPredefined EXCEL_V8_CHART
        Excel V8 / 97 - chart
      • EXCEL_V11

        public static final ClassIDPredefined EXCEL_V11
        Excel V11 / 2003 - document
      • EXCEL_V12

        public static final ClassIDPredefined EXCEL_V12
        Excel V12 / 2007 - document
      • EXCEL_V12_MACRO

        public static final ClassIDPredefined EXCEL_V12_MACRO
        Excel V12 / 2007 - macro
      • EXCEL_V12_XLSB

        public static final ClassIDPredefined EXCEL_V12_XLSB
        Excel V12 / 2007 - xlsb document
      • EXCEL_V14_ODS

        public static final ClassIDPredefined EXCEL_V14_ODS
        Excel V14 / 2010 - OpenDocument spreadsheet
      • WORD_V12

        public static final ClassIDPredefined WORD_V12
        Word V12 / 2007 - document
      • WORD_V12_MACRO

        public static final ClassIDPredefined WORD_V12_MACRO
        Word V12 / 2007 - macro
      • POWERPOINT_V7

        public static final ClassIDPredefined POWERPOINT_V7
        Powerpoint V7 / 95 - document
      • POWERPOINT_V7_SLIDE

        public static final ClassIDPredefined POWERPOINT_V7_SLIDE
        Powerpoint V7 / 95 - slide
      • POWERPOINT_V8

        public static final ClassIDPredefined POWERPOINT_V8
        Powerpoint V8 / 97 - document
      • POWERPOINT_V8_TPL

        public static final ClassIDPredefined POWERPOINT_V8_TPL
        Powerpoint V8 / 97 - template
      • POWERPOINT_V12

        public static final ClassIDPredefined POWERPOINT_V12
        Powerpoint V12 / 2007 - document
      • POWERPOINT_V12_MACRO

        public static final ClassIDPredefined POWERPOINT_V12_MACRO
        Powerpoint V12 / 2007 - macro
      • VISIO_V10

        public static final ClassIDPredefined VISIO_V10
        Visio 2000 (V6) / 2002 (V10) - drawing
      • TXT_ONLY

        public static final ClassIDPredefined TXT_ONLY
        Plain Text Persistent Handler
      • STD_MONIKER

        public static final ClassIDPredefined STD_MONIKER
        Standard Hyperlink / STD Moniker
      • DOC_SUMMARY

        public static final ClassIDPredefined DOC_SUMMARY
        Document summary information first property section
      • USER_PROPERTIES

        public static final ClassIDPredefined USER_PROPERTIES
        Document summary information user defined properties section
      • SUMMARY_PROPERTIES

        public static final ClassIDPredefined SUMMARY_PROPERTIES
        Summary information property section
    • Method Detail

      • values

        public static ClassIDPredefined[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ClassIDPredefined c : ClassIDPredefined.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ClassIDPredefined 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
      • getClassID

        public ClassID getClassID()
      • getFileExtension

        public String getFileExtension()
      • getContentType

        public String getContentType()
      • equals

        public boolean equals​(ClassID classID)