Uses of Class
org.apache.tika.parser.microsoft.ooxml.OOXMLWordAndPowerPointTextHandler.EditType
-
Packages that use OOXMLWordAndPowerPointTextHandler.EditType Package Description org.apache.tika.parser.microsoft.ooxml -
-
Uses of OOXMLWordAndPowerPointTextHandler.EditType in org.apache.tika.parser.microsoft.ooxml
Methods in org.apache.tika.parser.microsoft.ooxml that return OOXMLWordAndPowerPointTextHandler.EditType Modifier and Type Method Description static OOXMLWordAndPowerPointTextHandler.EditTypeOOXMLWordAndPowerPointTextHandler.EditType. valueOf(String name)Returns the enum constant of this type with the specified name.static OOXMLWordAndPowerPointTextHandler.EditType[]OOXMLWordAndPowerPointTextHandler.EditType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.microsoft.ooxml with parameters of type OOXMLWordAndPowerPointTextHandler.EditType Modifier and Type Method Description voidOOXMLTikaBodyPartHandler. startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)voidOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler. startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)
-