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.
| Constructor and Description |
|---|
WordPerfectParser() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes(org.apache.tika.parser.ParseContext context) |
boolean |
isIncludeDeletedContent() |
void |
parse(InputStream stream,
ContentHandler handler,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.parser.ParseContext context) |
void |
setIncludeDeletedContent(boolean includeDeletedContent)
Whether or not to include deleted content.
|
public Set<org.apache.tika.mime.MediaType> getSupportedTypes(org.apache.tika.parser.ParseContext context)
public void parse(InputStream stream, ContentHandler handler, org.apache.tika.metadata.Metadata metadata, org.apache.tika.parser.ParseContext context) throws IOException, SAXException, org.apache.tika.exception.TikaException
IOExceptionSAXExceptionorg.apache.tika.exception.TikaException@Field public void setIncludeDeletedContent(boolean includeDeletedContent)
trueincludeDeletedContent - public boolean isIncludeDeletedContent()
Copyright © 2007–2024 The Apache Software Foundation. All rights reserved.