Class QuattroProParser

  • All Implemented Interfaces:
    Serializable, org.apache.tika.parser.Parser

    public class QuattroProParser
    extends org.apache.tika.parser.AbstractParser

    Parser for Corel QuattroPro documents (part of Corel WordPerfect Office Suite). Targets QPW v9 File Format but appears to be compatible with more recent versions too.

    Author:
    Pascal Essiembre
    See Also:
    Serialized Form
    • Field Detail

      • QP_9

        public static final org.apache.tika.mime.MediaType QP_9
      • QP_7_8

        public static final org.apache.tika.mime.MediaType QP_7_8
    • Constructor Detail

      • QuattroProParser

        public QuattroProParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)