Uses of Class
org.apache.tika.metadata.TikaCoreProperties.EmbeddedResourceType
-
Packages that use TikaCoreProperties.EmbeddedResourceType Package Description org.apache.tika.metadata Multi-valued metadata container, and set of constant metadata fields.org.apache.tika.parser.microsoft.ooxml -
-
Uses of TikaCoreProperties.EmbeddedResourceType in org.apache.tika.metadata
Methods in org.apache.tika.metadata that return TikaCoreProperties.EmbeddedResourceType Modifier and Type Method Description static TikaCoreProperties.EmbeddedResourceType
TikaCoreProperties.EmbeddedResourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TikaCoreProperties.EmbeddedResourceType[]
TikaCoreProperties.EmbeddedResourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TikaCoreProperties.EmbeddedResourceType in org.apache.tika.parser.microsoft.ooxml
Methods in org.apache.tika.parser.microsoft.ooxml with parameters of type TikaCoreProperties.EmbeddedResourceType Modifier and Type Method Description protected void
AbstractOOXMLExtractor. handleEmbeddedFile(org.apache.poi.openxml4j.opc.PackagePart part, XHTMLContentHandler xhtml, String rel, EmbeddedPartMetadata embeddedPartMetadata, TikaCoreProperties.EmbeddedResourceType embeddedResourceType)
Handles an embedded file in the document
-