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
Methods 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 TypeMethodDescriptionvoid
OOXMLTikaBodyPartHandler.startEditedSection
(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType) void
OOXMLWordAndPowerPointTextHandler.XWPFBodyContentsHandler.startEditedSection
(String editor, Date date, OOXMLWordAndPowerPointTextHandler.EditType editType)