Uses of Enum
org.apache.tika.parser.microsoft.ooxml.OOXMLWordAndPowerPointTextHandler.EditType
Packages that use OOXMLWordAndPowerPointTextHandler.EditType
-
Uses of OOXMLWordAndPowerPointTextHandler.EditType in org.apache.tika.parser.microsoft.ooxml
Subclasses with type arguments of type OOXMLWordAndPowerPointTextHandler.EditType in org.apache.tika.parser.microsoft.ooxmlMethods in org.apache.tika.parser.microsoft.ooxml that return OOXMLWordAndPowerPointTextHandler.EditTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.EditTypeModifier and TypeMethodDescriptionvoidOOXMLTikaBodyPartHandler.startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType) voidOOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler.startEditedSection(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)