Uses of Class
org.apache.tika.parser.microsoft.OfficeParserConfig
Packages that use OfficeParserConfig
-
Uses of OfficeParserConfig in org.apache.tika.parser.microsoft
Fields in org.apache.tika.parser.microsoft declared as OfficeParserConfigModifier and TypeFieldDescriptionprotected final OfficeParserConfigAbstractPOIFSExtractor.officeParserConfigprotected final OfficeParserConfigAbstractPOIFSExtractor.officeParserConfigprotected final OfficeParserConfigAbstractPOIFSExtractor.officeParserConfigprotected final OfficeParserConfigAbstractPOIFSExtractor.officeParserConfigMethods in org.apache.tika.parser.microsoft that return OfficeParserConfigMethods in org.apache.tika.parser.microsoft with parameters of type OfficeParserConfigModifier and TypeMethodDescriptionprotected voidAbstractOfficeParser.setDefaultOfficeParserConfig(OfficeParserConfig config) Allows subclasses to set the default configuration during construction.Constructors in org.apache.tika.parser.microsoft with parameters of type OfficeParserConfig -
Uses of OfficeParserConfig in org.apache.tika.parser.microsoft.ooxml
Fields in org.apache.tika.parser.microsoft.ooxml declared as OfficeParserConfigConstructors in org.apache.tika.parser.microsoft.ooxml with parameters of type OfficeParserConfigModifierConstructorDescriptionOOXMLParser(OfficeParserConfig config) OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml, XWPFStylesShim styles, XWPFListManager listManager, OfficeParserConfig parserConfig) OOXMLTikaBodyPartHandler(XHTMLContentHandler xhtml, XWPFStylesShim styles, XWPFListManager listManager, OfficeParserConfig parserConfig, Metadata metadata) protectedSheetTextAsHTML(OfficeParserConfig config, XHTMLContentHandler xhtml)