Class WordPerfectParser

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

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

    Parser for Corel WordPerfect documents. Targets WP6 File Format but appears to be compatible with more recent versions too.

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

      • WordPerfectParser

        public WordPerfectParser()
    • Method Detail

      • getSupportedTypes

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

        @Field
        public void setIncludeDeletedContent​(boolean includeDeletedContent)
        Whether or not to include deleted content. This currently only works with WP6. The default is true
        Parameters:
        includeDeletedContent -
      • isIncludeDeletedContent

        public boolean isIncludeDeletedContent()