Package | Description |
---|---|
org.apache.tika.extractor |
Extraction of component documents.
|
org.apache.tika.parser.microsoft |
Modifier and Type | Class and Description |
---|---|
class |
ParsingEmbeddedDocumentExtractor
Helper class for parsers of package archives or other compound document
formats that support embedded or attached component documents.
|
Modifier and Type | Method and Description |
---|---|
static EmbeddedDocumentExtractor |
EmbeddedDocumentUtil.getEmbeddedDocumentExtractor(ParseContext context)
This offers a uniform way to get an EmbeddedDocumentExtractor from a ParseContext.
|
Modifier and Type | Method and Description |
---|---|
static void |
OfficeParser.extractMacros(org.apache.poi.poifs.filesystem.POIFSFileSystem fs,
ContentHandler xhtml,
EmbeddedDocumentExtractor embeddedDocumentExtractor)
Helper to extract macros from an NPOIFS/vbaProject.bin
As of POI-3.15-final, there are still some bugs in VBAMacroReader.
|
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.