Uses of Class
org.apache.tika.parser.microsoft.msg.TikaNameIdChunks.PredefinedPropertySet
-
Packages that use TikaNameIdChunks.PredefinedPropertySet Package Description org.apache.tika.parser.microsoft.msg -
-
Uses of TikaNameIdChunks.PredefinedPropertySet in org.apache.tika.parser.microsoft.msg
Methods in org.apache.tika.parser.microsoft.msg that return TikaNameIdChunks.PredefinedPropertySet Modifier and Type Method Description static TikaNameIdChunks.PredefinedPropertySet
TikaNameIdChunks.PredefinedPropertySet. valueOf(String name)
Returns the enum constant of this type with the specified name.static TikaNameIdChunks.PredefinedPropertySet[]
TikaNameIdChunks.PredefinedPropertySet. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-